Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/08/2012, 14:16
Avatar de dvbeaumont
dvbeaumont
 
Fecha de Ingreso: marzo-2011
Ubicación: Caracas
Mensajes: 145
Antigüedad: 13 años, 1 mes
Puntos: 1
Pregunta Mostrar campos con cambio de combobox

Hola Tengo el siguiente código, funciona perfectamente si cambio a la primera opción, pero lo que deseo es que cada opcion despliegue un campo y oculte otro.

Código Javascript:
Ver original
  1. window.onload = function() {
  2.         var eSelect = document.getElementById('transfer_reason');
  3.         var optOtherReason = document.getElementById('otherdetail');
  4.         eSelect.onchange = function() {
  5.             if(eSelect.selectedIndex === 1) {
  6.                 optOtherReason.style.display = 'block';
  7.             } else {
  8.                 optOtherReason.style.display = 'none';
  9.             }
  10.         }
  11.     }

Código HTML:
Ver original
  1. <select name="nofarmaco_prev" id="transfer_reason2" style="width:100%;float:left;margin-right:10px; " onchange="document.getElementById('otherdetail2').style.display = (this.selectedIndex === 1) ? 'block' : 'none';">
  2.                 <option value="0">No</option>
  3.                 <option value="1">Si</option>
  4.              </select>
  5.  
  6. <div id="otherdetail2" style="display: none;">
  7.     <table class="nuevo_paciente" width="100%">
  8. <tr>
  9. <td  align=center>
  10. <h2>¿Tipo de tratamiento?</h2>
  11. </td>
  12. </tr>
  13.     <tr>
  14.        
  15.         <td>
  16.             <select name="farmaco_prev" id="transfer_reason2" style="width:100%;float:left;margin-right:10px; " >
  17.                 <option value="1">Farmacológico</option>
  18.                 <option value="0">No Farmacológico</option>
  19.                 <option value="2">Ambas Farmacológico/No Farmacológico</option>
  20.              </select>
  21.           </td>
  22.     </tr>
  23.  
  24.  </table>
  25.    
  26.     </div>

Espero su ayuda, Saludos
__________________
Sé parte de nuestro mundo creativo.

http://bbcreativos.com