javascript thread: reading radio button and checkbox status in Javascript
Thanks for the input. Turns out the same works for radio buttons: document.yourform.yourradiobutton(0).checked = true / false > > > document.yourform.yourcheckbox.checked > > returns true or false... > > (for radio button , i don't know ) > > hope it helps.
|





