Darksbane
03-06-2003, 06:10 PM
Hi,
I am currently using an IFrame to load options to a select box in the parent page, unfortunately in IE5.0 it gives an error when the script tries to load the select box.
I am currently using:
parent.document.FormName.SelectboxName.options[i] = new Option(xxx,xxx);
to update from the iframe. This works in IE5.5+, NS6.2+, and Mozilla. Is there something different about refrencing the parent document in IE5.0?
Any suggestions would be appreciated.
Thanks,
Darksbane
I am currently using an IFrame to load options to a select box in the parent page, unfortunately in IE5.0 it gives an error when the script tries to load the select box.
I am currently using:
parent.document.FormName.SelectboxName.options[i] = new Option(xxx,xxx);
to update from the iframe. This works in IE5.5+, NS6.2+, and Mozilla. Is there something different about refrencing the parent document in IE5.0?
Any suggestions would be appreciated.
Thanks,
Darksbane