
14/09/2007, 00:46
|
 | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes Puntos: 772 | |
Re: hacer que aparezca un campo texto cin un chekbox Hola wolfmao
Prueba esto:
Código:
<form>
<input type="checkbox" onclick = "txt.disabled = !this.checked" />
<input type="text" name="txt" disabled="disabled" />
</form>
Saludos, |