Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/04/2009, 09:22
Avatar de hector2c
hector2c
 
Fecha de Ingreso: noviembre-2007
Ubicación: Perú - Tacna
Mensajes: 979
Antigüedad: 17 años, 1 mes
Puntos: 25
Pregunta Respuesta: undefined al seleccionar el objeto select

hola, prueba con este código

Código PHP:
<script type="text/javascript">
  function 
funcioncilla() {
      var 
document.getElementById('select').selectedIndex;
      var 
document.getElementById('select')[a].text;
     
alert)
  }
</script>


 <select id="select">
   <option value="1">Valor 1</option>
   <option value="2">Valor 2</option>
   <option value="3">Valor 3</option>
 </select>
 
 <input type="button"onclick="funcioncilla()" value="Aceptar"/> 
__________________
blog: hector2c.wordpress.com
email: [email protected]