duplicate trailing frames

C

Chris

I have a frame on page 2 of my website. Once you go to
page 2, the frame follows to any other page, even though
they are not supposed to have any frames, and when I go
back to page 2, another frame appears. What have I done
wrong? Here is the html for the frame.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>CNN2</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<frameset rows="44,44*">
<frame name="header" scrolling="no" noresize
target="main"
src="http://espn.go.com/bottomline/espnewsbottomlinebasic.
html">
<frame name="main" scrolling="auto" src="cnn.htm"
target="_self">
<noframes>
<body>

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

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

</html>
 
S

Stefan B Rusynko

Check the targets for you hyperlinks - set them to "_top" or whole page




| I have a frame on page 2 of my website. Once you go to
| page 2, the frame follows to any other page, even though
| they are not supposed to have any frames, and when I go
| back to page 2, another frame appears. What have I done
| wrong? Here is the html for the frame.
|
| <html>
|
| <head>
| <meta http-equiv="Content-Type" content="text/html;
| charset=windows-1252">
| <title>CNN2</title>
| <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
| <meta name="ProgId" content="FrontPage.Editor.Document">
| </head>
|
| <frameset rows="44,44*">
| <frame name="header" scrolling="no" noresize
| target="main"
| src="http://espn.go.com/bottomline/espnewsbottomlinebasic.
| html">
| <frame name="main" scrolling="auto" src="cnn.htm"
| target="_self">
| <noframes>
| <body>
|
| <p>This page uses frames, but your browser doesn't
| support them.</p>
|
| </body>
| </noframes>
| </frameset>
|
| </html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top