frames navigation problem

  • Thread starter Thread starter Jesse Hand
  • Start date Start date
I got it to work.

here is my frames page html, the first example is the working version and
the second is the bad version. can anyone tell me why it did not work?

good version:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>The Homepage for Jesse Hand</title>
</head>

<frameset rows="117,*" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents"
src="banner.htm">
<frameset cols="165,*">
<frame name="contents" target="main" src="contents.htm"
scrolling="auto">
<frame name="main" target="_self" src="home.html">
</frameset>
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>

bad version:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>The Homepage for Jesse Hand</title>
</head>

<frameset rows="64,*" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents"
src="banner.htm">
<frameset cols="150,*">
<frame name="contents" target="main" src="contents.htm">
<frame name="main" src="home.html" target="_self">
</frameset>
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>

--


-Jesse

http://www.angelfire.com/bc3/jessehand

Disclaimer:
Spelling & grammar errors are made on purpose for those who are fulfilled by
correcting others.
 
Jesse... Your link 'Peace with God" ... not all of God is showing in the
left nav.
Eleanor
 
Back
Top