Ver Mensaje Individual
  #13 (permalink)  
Antiguo 07/08/2003, 14:49
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 6 meses
Puntos: 381
no panda el cúnico!

<select name="select" onchange="var valores=new Array();for(m=0;m<this.length;m++){valores[m] = this[m].text};alert(valores);">
<option value="uno">uno</option>
<option value="dos">dos</option>
<option value="tres">tres</option>
<option value="pepe">cuatro</option>
</select>