Tema: ListBox
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/06/2004, 03:08
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola, cesar_nk.

A ve si te sirve esto:
Código HTML:
<select onchange="document.getElementById('txt').disabled=(this.selectedIndex==1)">
<option>Si</option>
<option>No</option>
</select>
<input type="text" id="txt" /> 
Saludos,