D
Dom
Hi,
Can anyone help me with this teaser ?
I have an iframe with id and name set to 'iframe',
in which I load a frameset of two frames (lets call them TopFrame and BottomFrame).
Inside frame BottomFrame I have an image object which I manipulate
from TopFrame and use this to do so :
top.iframe.BottomFrame.img1.style.borderColor="#CC6633";
Now this works no problemo in Internet Explorer.
However, in Netscape 6.2.1 I get this error in the javascript console :
Error: top.iframe.BottomFrame.img1 has no properties
I tried a number of different ways of getting to img1 in netscape to no avail.
Can anyone out there suggest some things to try, better yet correct my mistake ?
Thank you very much if so.
-Dominic
Can anyone help me with this teaser ?
I have an iframe with id and name set to 'iframe',
in which I load a frameset of two frames (lets call them TopFrame and BottomFrame).
Inside frame BottomFrame I have an image object which I manipulate
from TopFrame and use this to do so :
top.iframe.BottomFrame.img1.style.borderColor="#CC6633";
Now this works no problemo in Internet Explorer.
However, in Netscape 6.2.1 I get this error in the javascript console :
Error: top.iframe.BottomFrame.img1 has no properties
I tried a number of different ways of getting to img1 in netscape to no avail.
Can anyone out there suggest some things to try, better yet correct my mistake ?
Thank you very much if so.
-Dominic