Forum Moderators: open
(html)
(head)
(title)blah,blah(/title)
(meta name="TITLE" content="blah,blah")
(meta name="GENERATOR" content="Microsoft FrontPage 4.0")
(meta name="ProgId" content="FrontPage.Editor.Document")
(/head)
(frameset rows="*" framespacing="0" border="0" frameborder="0")
(frameset cols="139,*")
(frame name="contents" target="main" src="index-blah.htm" scrolling="no" marginwidth="6" marginheight="16" noresize)
(frame name="main" src="blah.htm" target="_self" scrolling="auto" marginwidth="0" marginheight="0" noresize)
(/frameset)
(noframes)
blah,blah,blah
(/noframes)
(/frameset)
(/html)
It works fine in IE 5.5 (no borders)
Thanks
<FRAMESET COLS="100,*" FRAMEBORDER="NO" BORDER="0">
<FRAME SRC="foo1.html" frameborder="0">
<FRAME SRC="foo2.html" frameborder="0">
Keeping it straight is a bear. Sometimes it's ="NO" and sometimes it's ="0". But this code always works for me, so I just cut and paste when I "must" use a frame