10
09/2014
checkbox submit
If checkbox(name=”abc”) is checked.The form will send
&abc=on
or
&abc=1 (if input type=”checkbox” name=”abc” value=”1“)
if NOT checked,the form will send nothing!!
If checkbox(name=”abc”) is checked.The form will send
&abc=on
or
&abc=1 (if input type=”checkbox” name=”abc” value=”1“)
if NOT checked,the form will send nothing!!