So I have this code:
It works fine in Firefox, but in IE7, only the first line works.Code:window.opener.document.forms['editor'].image_select.options.length = 0; window.opener.document.forms['editor'].image_select.options[0] = new Option("hi","hi");
The error message is something to the effect of:
The object does not support this property or method




Reply With Quote
Bookmarks