Problem with IE 6

windows

Guest
So, to start off with my problem, here is my code. . .<br />
<br />
<html><br />
<frameset rows="31%,69% "frameborder="0" framespacing="0" border="0"><br />
<frameset cols="100%" frameborder="0" framespacing="0" border="0"> <br />
<frame name="A" src=http://www.htmlforums.com/archive/index.php/"blue4.html"><br />
<br />
<br />
</frameset> <!-- here is my problem--><br />
<br />
<br />
<br />
<frameset cols="36%,*" frameborder="0" framespacing="0" border="0"><br />
<frame name="B" src=http://www.htmlforums.com/archive/index.php/"sticker_forum.html"><br />
<frame name="C" src=http://www.htmlforums.com/archive/index.php/"blue_box.html"><br />
</frameset><br />
</frameset><br />
</html><br />
<br />
What I'm wondering is, when I have that particular </frameset> in the code my page works just fine in Netscape Navigator 7.1 and Opera 7.02 but it doesn't work in Internet Explorer 6.0. Now, when I take the </frameset> out, it works only in Internet Explorer, but now in the other two (Navigator and Opera) Can any one tell me why this is happening?<!--content-->is this what you want? Your frameset document is confusing.<br />
<br />
<html><br />
<frameset rows="31%,69% "frameborder="0" framespacing="0" border="0"><br />
<frame name="A" src=http://www.htmlforums.com/archive/index.php/"blue4.html"><br />
<frameset cols="36%,*" frameborder="0" framespacing="0" border="0"><br />
<frame name="B" src=http://www.htmlforums.com/archive/index.php/"sticker_forum.html"><br />
<frame name="C" src=http://www.htmlforums.com/archive/index.php/"blue_box.html"><br />
</frameset><br />
</frameset><br />
</html><!--content-->That is exactly what I needed. Thanx!<!--content-->
 
Back
Top