M
Mark
Hi
I've just (for the first time - I'm a bit new to this) looked at a page in
Firefox that works fine in IE6.
I am getting multiple errors which I believe to be caused by incompatible
referencing of objects in other frames (the page consists of three frames,
one as a header menu and one as a more context sensitive side menu).
The error I'm getting is along the lines
parent.banner.menuTitle has no properties
"menuTitle" is the "id" of a table cell, and "banner" the frame in the
parent document..
The offending code follows the format:
parent.banner.MenuTitle.innerHTML="<font
size='2'>"+menuItems["itemText"]+"</font>";
Anyone know what I'm doing wrong?
Thanks very much
Mark
I've just (for the first time - I'm a bit new to this) looked at a page in
Firefox that works fine in IE6.
I am getting multiple errors which I believe to be caused by incompatible
referencing of objects in other frames (the page consists of three frames,
one as a header menu and one as a more context sensitive side menu).
The error I'm getting is along the lines
parent.banner.menuTitle has no properties
"menuTitle" is the "id" of a table cell, and "banner" the frame in the
parent document..
The offending code follows the format:
parent.banner.MenuTitle.innerHTML="<font
size='2'>"+menuItems["itemText"]+"</font>";
Anyone know what I'm doing wrong?
Thanks very much
Mark