Hi all,
I have a form that is used to query a db. It has text boxes, drop-downs and checkboxes. All is working well except for the checkboxes.
When I use my reset button, it apparently clears the checkbox. (The check goes away.) Unfortunately, it still sends the value (from the value attribute) to my search script.
The same thing happens when a user manually unchecks the box.
What am I doing wrong???
... vj
I have a form that is used to query a db. It has text boxes, drop-downs and checkboxes. All is working well except for the checkboxes.
When I use my reset button, it apparently clears the checkbox. (The check goes away.) Unfortunately, it still sends the value (from the value attribute) to my search script.
The same thing happens when a user manually unchecks the box.
What am I doing wrong???
... vj