when reset button is pressed, i want the checkbox which has already "checked" by user to be "unchecked".
I try to use:
document.frm.Check.checked==false, but it failed to unchecked the checkbox, please help!
I try to use:
document.frm.Check.checked==false, but it failed to unchecked the checkbox, please help!
Comment