Feedback on: irt.org FAQ Knowledge Base Q1371
Worth:
Not worth reading
Comments:
Doesn't work in IE. The new Option won't translate to the opener.
Comments:
But it does not work in IE
In IE instead change the select's outerHTML:
opener.document.all('selectName').outerHTML=
'<select name="selectName">'+
opener.document.all('selectName').innerHTML+
'<option value="'+val+'">'+text+
'</select>';