Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Values

Status
Not open for further replies.

pancake

Programmer
Aug 21, 2001
88
GB
Is there any way on a form that a user can select the checkboxes he needs and after clicking submit the checkboxes are still ticked - i.e. the form does not reset?

Thanks in advance
 
Is that what you are wanting to do or are you just asking if it can be done or if it happens?

What is your form action? Post some code?
 
If the user mashes the "Back" button you can't really do anything with server-side code.

If however there is another page request... well now we can talk.
 
right... need a few bits of information for this

is the user logged in??
is this data being stored in a table after submit??
what info are you getting from a user (this may help with some uniqueness if user not logged in)??

its not a hard process but depending on the above is how you need to go about it!!!

daveJam

even my shrink says its all your f#@/ing fault
 
Thanks for the responses so far.

No the user isn't logged in
The data isn't stored, it is a series of questions where you select a checkbox and it creates fieldnames that feed into a select statement depending upon which checkbox you click.

Hope this makes sense.

 
I think I know what you're trying to do.

Something like faq333-3656 ??

Just my 2¢
-Cole's Law: Shredded cabbage

--Greg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top