<select id=a onchange="alert(this.options[this.selectedIndex].text)">
<option>a1
<option>a4
<option>a3
<option>a2
</select>