Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/10/2010, 12:13
raulMolina
 
Fecha de Ingreso: octubre-2010
Mensajes: 4
Antigüedad: 14 años, 1 mes
Puntos: 0
Como Valido estos radio Button?

el codigo es el siguiente quisiera que me salga una alerta al no responder la pregunta 1



<table width="742" border="0" align="center">
<tr>
<td width="726">Por favor marque una de las opciones por cada pregunta, sin dejar alguna por responder. </td>
</tr>
</table>
<table width="696" border="0" align="center">
<tr>
<td width="690"><p>
<input type="hidden" name="clavPregunta1" value="1" id="1"/>
1.
<input type="hidden" name="pregunta1" value="El aprovechamiento del grupo es:" id="pregunta1"/>
El aprovechamiento del grupo es:<span class="Estilo1"></span>
</td>
</tr>
</table>
<table width="750" border="0" align="center">
<tr>
<td width="133"><label> </label>
<div align="center">
<input type="radio" name="p1" value="malo" />
malo</div></td>
<td width="133"><div align="center">
<input name="p1" type="radio" value="suficiente" />
suficiente</div></td>
<td width="133"><div align="center">
<input name="p1" type="radio" value="bueno" />
bueno</div></td>
<td width="133"><div align="center">
<input type="radio" name="p1" value="muy bueno" />
muy bueno </div></td>
<td width="153"><div align="center">
<input type="radio" name="p1" value="exelente" />
excelente</div></td>
</tr>
</table>