![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/06/2005, 04:34
|
![Avatar de KarlanKas](http://static.forosdelweb.com/customavatars/avatar11549_2.gif) | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes 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. |