Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/06/2004, 13:42
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 11 meses
Puntos: 61
Pues para saberlo:


<html>
<head>
<title>Untitled</title>
</head>

<body>
<form action="javascript:alert('Ha elegido '+document.forms[0].oculto.value.toUpperCase())">
<input onclick="this.form.oculto.value=this.value" type="radio" name="pregunta1" value="sí">SÍ<br>
<input onclick="this.form.oculto.value=this.value" type="radio" name="pregunta1" value="no">No<br>
<input type="hidden" name="oculto">
<input type="submit">
</form>


</body>
</html>
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.