<select id=select1>
<option value=111>111a</option>
<option value=222>222b</option>
<option value=333>333c</option>
</select>
<button onclick="alert(select1.options[select1.selectedIndex].value)">Get</button>