anyone know how to set a radio button checked with javascript? I'm confused because they have the same name... <input type=radio name='exampleRadio' value='1'> <input type=radio name='exampleRadio' value='2'> so if I want to set the value 2 radio button to checked based on some other user action how do I do it? this.formName.exampleRadio.checked... thnx. Joe
James Swan
Ranch Hand
Joined: Jun 26, 2001
Posts: 403
posted
0
Here is a brief example:
Note change "on-Click" to "onClick", had to post the code like this
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.