Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2012, 12:39
Avatar de lukas4
lukas4
 
Fecha de Ingreso: octubre-2008
Ubicación: frente al pc
Mensajes: 496
Antigüedad: 15 años, 6 meses
Puntos: 12
Respuesta: deshabilitar combobox

Código HTML:
Ver original
  1. <script type="text/javascript">
  2. function habi(){
  3.     if(document.getElementById("categoria").value !=""){
  4.         document.getElementById("subcategoria").disabled=false;
  5.    }
  6.    else{
  7.       document.getElementById("subcategoria").disabled=true;
  8.    }
  9. }
  10. </head>
  11. <select id="categoria" onchange="habi()">
  12.    <option value="">Select one...</option>
  13.     <option value="uno">uno</option>
  14.    <option value="dos">dos</option>
  15.  
  16. <select id="subcategoria" disabled="disabled">
  17.    <option value="tres">tres</option>
  18.    <option value="cuatro">cuatro</option>
  19.  
  20. </body>
  21. </html>
__________________
http://situcomo.blogspot.com
Karma is a Bitch... they said