1:
<select onchange="f(this);">....</select>
1: 2: 3: 4:
function f (obj) { alert(obj.selectedIndex); }