02/10/2006, 10:31
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Hola sheccid65
Prueba esto:
Código:
<form>
<select onchange = "txt.disabled = (this.selectedIndex==0)">
<option>No</option>
<option>Si</option>
</select>
<input type="text" name="txt" />
</form>
Saludos, |