![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/03/2008, 13:43
|
![Avatar de JavierB](http://static.forosdelweb.com/customavatars/avatar16568_12.gif) | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Re: duda Hola xhisna
Prueba este código:
Código:
<form>
<input type="radio" name="rad" onclick = "nombre.disabled=false; raza.disabled=false" />
<input type="radio" name="rad" checked="checked" onclick = "nombre.disabled=true; raza.disabled=true" />
<input type="text" name="nombre" disabled="disabled" />
<input type="text" name="raza" disabled="disabled" />
</form>
Saludos, |