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:
if you have this already and use jquery this will be your answer:
$($(this)[0].selectedOptions[0]).text()