Note: You must be registered in order to post a reply.
T O P I C R E V I E W
rmmarsh
Posted - 13 Nov 2007 : 00:54:48 I have a form with checkboxes (4 of them). I am using a form mail script (Gypsymail... it's free and works great!). My problem is that the checkboxes don't indicate if they are checked or not; I can tell which are checked by looking for the [name]; if it's there, it wasn't checked; no [name], and it was checked.
Is there a better way of viewing this?
1 L A T E S T R E P L I E S (Newest First)
s.dav
Posted - 13 Nov 2007 : 10:31:28 On the client side (the HTML page) you can test the check status using the syntax myCheck.checked On the server side (if you send check data to a server) you can test the check status by checking the value associated to the check.