Ver Mensaje Individual
  #9 (permalink)  
Antiguo 02/05/2009, 18:52
Avatar de Fernand0
Fernand0
 
Fecha de Ingreso: septiembre-2005
Ubicación: Buenos Aires
Mensajes: 610
Antigüedad: 19 años, 3 meses
Puntos: 19
Respuesta: Ayuda - Obtener valor de un select dinamico

En el evento onchange de los selects.. podes agregar una function.... onda...

Código HTML:
<select onchange="redireccion(this.options.selectedIndex); lala(this);">etc...
Despues...

Código javascript:
Ver original
  1. function lala(obj) { alert(obj.value); }
Por ejemplo...

Recorda Google.. es el mejor maestro :P