Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: reading radio button and checkbox status in Javascript


Message #1 by "Ron Budworth" <ronb@t...> on Sun, 18 Mar 2001 23:25:09
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.

  Return to Index