
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>