Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1371

Feedback on: irt.org FAQ Knowledge Base Q1371

Sent by Blake on September 02, 2001 at 16:51:19: - feedback #3117

Worth:
Not worth reading

Comments:
Doesn't work in IE. The new Option won't translate to the opener.


Sent by michel on April 02, 2002 at 16:06:13: - feedback #3743

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>';





©2018 Martin Webb