I am trying to get the selected option from a dropdown and populate another item with that text, as follows. IE is barking up a storm and it doesn\'t work in Firefox:
With less jQuery:
this.options[this.selectedIndex].value is plain JavaScript.
this.options[this.selectedIndex].value
(Source: German SelfHTML)