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

Feedback on: irt.org FAQ Knowledge Base Q1371, April 02, 2002 at 16:06:13:

You are here: irt.org | About | Feedback | 3743 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1371

Sent by
michel on April 02, 2002 at 16:06:13:

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





Other feedback on 'irt.org FAQ Knowledge Base Q1371' - show all

©2018 Martin Webb