In IE 6 (6.0.2900.2180.xpsp_sp2_gdr.050301-1519), I get the error message "Object does not support this property or method" for the following line in the [tt]onload[/tt] property of the [tt]body[/tt] tag.
This entire page is (necessarily) in a frameset and that does seem to be related because the error goes away when I open the page in a window by itself.
How do I access the object with an id of "container" if it's in a frameset?
Thank you,
--
-- Ghodmode
Code:
container = document.getElementById( 'container' );
This entire page is (necessarily) in a frameset and that does seem to be related because the error goes away when I open the page in a window by itself.
How do I access the object with an id of "container" if it's in a frameset?
Thank you,
--
-- Ghodmode