Código HTML:
<tr> <td align="right" valign="top">Sexo: </td> <td align="left" > <input name="rbn_sexo" type="radio" value="m">Masculino<br> <input name="rbn_sexo" type="radio" value="f">Femenino </td> </tr>
Código:
si despliega hola, pero el valor del radio boton no, alguien sabe por que?function validar() { alert("hola"); alert(document.getElementById('rbn_sexo')[1].value); }
de antemano gracias