Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/03/2005, 12:20
Avatar de monoswim
monoswim
$moderador{'Esteban'}
 
Fecha de Ingreso: febrero-2002
Ubicación: Buenos Aires - Argentina
Mensajes: 8.762
Antigüedad: 22 años, 11 meses
Puntos: 90
Hola, ya lo hice pero estás desconectado en el MSN así que te lo dejo acá...

Código:
<html>
<head>
<title>pagina</title>

<script language="JavaScript" type="text/javascript">
function validar(){
   if (document.m.mundos[2].checked && document.m.pais[0].checked){
      alert('Correcto');
      document.m.submit();
   }
}
</script>

</head>

<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">


<form name="m" action="">

<table name="m" method="POST" action="inscripcion1.php">
<tr>
<td>
numeros<br>
uno<input type="radio" name="mundos" value="1" ><br>
dos<input type="radio" name="mundos" value="2" ><br>
tres<input type="radio" name="mundos" value="3" ><br>
<br><br>

letras<br>
A<input type="radio" name="pais" value="1"><br>
B<input type="radio" name="pais" value="2"><br>
C<input type="radio" name="pais" value="3"><br>
</td>
</tr>
</table>

<table width="450" cellspacing="0" cellpadding="0" border="0" >
<tr><td height=3></td></tr>
<tr>
<td width="435" valign=top align=right>
<input type="button" value="Enviar" onClick="validar()" name="button" class="conver" style=width:60>
</td>
<td width=14></table></td>
</tr>
</table>


</form>
</body>
</html>
Espero que te sirva
Saludos
__________________
Esteban Quintana