put all those radio input inside an element of your preference and get them with getElementsByTagName:
HTML Code:
<div id='group'>
<INPUT type=radio name=ID0001>
<INPUT type=radio name=ID00x3>
<INPUT type=radio name=ID00AB>
...
</div>
and to refer them
Code:
var radio_inputs = document.getElementById('group').getElementsByTagName('input');
my mom is javascript, dad is javascripter, granpa is javascriptor, and my little sister is javasRidiculous.
my nature language is javascript, then come spanish and english -- me
Bookmarks