this.options[this.selectedIndex].innerHTML
should provide you with the “displayed” text of the selected item. this.value, like you said, merely provides the value of the value attribute.
this.options[this.selectedIndex].innerHTML
should provide you with the “displayed” text of the selected item. this.value, like you said, merely provides the value of the value attribute.