get the innerhtml of the option tag
<select onchange="alert(this.options[this.selectedIndex].text)"> <option>foo <option>bar <option>foobar </select>