Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Frontpage Newsgroups
Frontpage Client
frames navigation problem
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Jesse Hand, post: 3885765"] 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 [URL]http://www.angelfire.com/bc3/jessehand[/URL] Disclaimer: Spelling & grammar errors are made on purpose for those who are fulfilled by correcting others. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Frontpage Newsgroups
Frontpage Client
frames navigation problem
Top