FrostyWinnipeg
New member
I have a simple frames web page that i use for my home page with my fave sites in a frame on the left side. When i click a link it shows up in the frame on the right side. Here's the HTML.
--- start of 1.HTM ---
<HTML>
<title>1.HTM</title>
<FRAMESET cols="15%, 85%">
<FRAME NAME="fixed" src="2.HTM" scrolling=no>
<FRAME NAME="dynamic" src=http://google.com>
</FRAMESET>
<body>
--- end of 1.HTM ---
So when I start my browser it opens up 1.HTM as my home page.
15% of the left side of the screen shows my fave websites and that frame loads the file 2.HTM. On the right side 85% of the screen starts off with Google's home page.
Now it's always worked but in the last week I get a blank screen in Firefox and in Internet Explorer I get the message "This content cannot be displayed in a frame" and "To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame."
I can replace google.com with bing.com and it'll work fine but i like da google.
Suggestions?
If it helps I'll include an example 2.HTM
--- start of 2.HTM ---
<frame noresize="noresize">
<base target="dynamic"><b>
<p><a href=http://craigslist.org>Craigslist</a>
<p><a href=http://yahoo.com>Yahoo</a>
<p><a href=http://kijiji.ca>Kijiji</a>
--- end of 2.HTM ---
I have like 50+ links in 2.HTM so putting them in the bookmarks bar is out and putting them in bookmarks is just too much clicking when they conveniently on the left side of the screen. TIA.
--- start of 1.HTM ---
<HTML>
<title>1.HTM</title>
<FRAMESET cols="15%, 85%">
<FRAME NAME="fixed" src="2.HTM" scrolling=no>
<FRAME NAME="dynamic" src=http://google.com>
</FRAMESET>
<body>
--- end of 1.HTM ---
So when I start my browser it opens up 1.HTM as my home page.
15% of the left side of the screen shows my fave websites and that frame loads the file 2.HTM. On the right side 85% of the screen starts off with Google's home page.
Now it's always worked but in the last week I get a blank screen in Firefox and in Internet Explorer I get the message "This content cannot be displayed in a frame" and "To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame."
I can replace google.com with bing.com and it'll work fine but i like da google.
Suggestions?
If it helps I'll include an example 2.HTM
--- start of 2.HTM ---
<frame noresize="noresize">
<base target="dynamic"><b>
<p><a href=http://craigslist.org>Craigslist</a>
<p><a href=http://yahoo.com>Yahoo</a>
<p><a href=http://kijiji.ca>Kijiji</a>
--- end of 2.HTM ---
I have like 50+ links in 2.HTM so putting them in the bookmarks bar is out and putting them in bookmarks is just too much clicking when they conveniently on the left side of the screen. TIA.