[thelist] True/False with checkboxes
Seth Bienek - Web Consultant
sbienek at acep.org
Fri May 26 14:15:57 2000
...Or if your institution has a browser standard that supports javascript,
you could create hidden form fields for each of the values and run an
OnSubmit function to populate the hidden fields with the checkbox values.
Did that make any sense at all?
Generally I agree with Scott here, though.. Checking for the existence and
setting your variable on the action page makes the most sense to me..
Anyhoo....
Seth
-----Original Message-----
From: thelist-admin@lists.evolt.org
[mailto:thelist-admin@lists.evolt.org]On Behalf Of Scott Dexter
Subject: RE: [thelist] True/False with checkboxes
I've always tested for it server-side and set it to false if it wasn't
there. Doing it client-side would mean checking for its state then setting a
hidden form value, which imho is too much of a workaround....