Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/04/2008, 16:01
Avatar de marcopoloaz06
marcopoloaz06
 
Fecha de Ingreso: julio-2007
Ubicación: México
Mensajes: 457
Antigüedad: 17 años, 4 meses
Puntos: 11
Re: Error al enviar parametro document.getElementById

Hola, mira si funciona nada mas que le cambie el return por que si no podria regresar otros option
Código HTML:
<script type="text/javascript">

function obVal(cual){
alert(cual);
 var x = document.getElementById(cual).selectedIndex;
 return document.getElementById(cual).options[x].value;
} 


</script>

<select id="select" onchange="obVal('select');">
<option value="1" />1
<option value="2" />2
<option value="3" />3
</select> 
bye
:]
__________________
Aerolíneas Alicia :D