B
Bob
Hi at all
I have a radio group with 3 options
<input type="radio" value first" name="first" id="choices">
<input type="radio" value="second" name="second" id="choices">
<input type="radio" value="three" name="three" id="choices">
Is it possible to check the second using getelementbyid?
How?
Thank in advance
I have a radio group with 3 options
<input type="radio" value first" name="first" id="choices">
<input type="radio" value="second" name="second" id="choices">
<input type="radio" value="three" name="three" id="choices">
Is it possible to check the second using getelementbyid?
How?
Thank in advance