I have a page with two frames, 'header' and 'main'. The following
code works in Netscape, but in Internet Explorer. The second bgColor
line produces an error:
function test(){
top.frames.head er.document.bgC olor='white'; //works fine
top.frames.main .document.bgCol or='white'; //fails
}
Thanks in advance.
code works in Netscape, but in Internet Explorer. The second bgColor
line produces an error:
function test(){
top.frames.head er.document.bgC olor='white'; //works fine
top.frames.main .document.bgCol or='white'; //fails
}
Thanks in advance.
Comment