Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.onload=function carga(){
  2.             oculta()}
  3.            
  4. function oculta(){
  5.     var1=document.getElementById('tipo_usuario').selectedIndex;
  6.     var2=document.getElementById('tipemp');
  7.     if(var1!=2)
  8.         var2.style.display = 'none';
  9.     else                                   
  10.         var2.style.display = 'block';
  11.        
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement