Hi,
I have a check box in my form. I was wondering how can I do the following:
when someone checks the box and hits submit, the checkbox.checke d shud be checked to true. If it is unchecked, the value should be set to false.
I need to use JavaScript/DOM. Any hints?
I have a check box in my form. I was wondering how can I do the following:
when someone checks the box and hits submit, the checkbox.checke d shud be checked to true. If it is unchecked, the value should be set to false.
I need to use JavaScript/DOM. Any hints?
Comment