[thelist] True/False with checkboxes
Scott Dexter
sgd at ti3.com
Fri May 26 12:07:55 2000
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....
sgd
--
think safely
> -----Original Message-----
> From: Minh Lee Goon [mailto:v7ac@sdsumus.sdstate.edu]
> Dear evolters,
> We've created a work request form to connect to our help desk database
> but there is a little tweaking that needs to be done. Some of that
> tweaking involves sending a "True" value if a checkbox is selected and
> "False" if it's not, instead of just "True" when it's selected and not
> returned when it's not selected. Is there a simple JavaScript way of
> doing this? Thanks in advance.