
09/06/2005, 04:34
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 4 meses Puntos: 61 | |
¿te serviría esto? Código PHP: <html>
<head>
<title>Untitled</title>
</head>
<body>
<form>
<input type="radio" name="pepe" value="1" />Valor 1<br />
<input type="radio" name="pepe" value="2" />Valor 2<br />
<input type="radio" name="pepe" value="3" />Valor 3<br />
<input type="radio" name="pepe" onclick="if(this.checked){this.checked=false}" value="" />Deseleccionar valor
</form>
</body>
</html>
y no repitas preguntas, por favor!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |