Log in

View Full Version : Frame error on pg



Fifi000
08-06-2006, 09:02 PM
Im a beginner on html and i dunno much, jus hav a general idea and am creating a webpage but i had a prob with the frames. Please Help

This below is what text appears on my menu_bar window.
------------------------------------------------------------------------
onLoad="window.onresize=new Function('if (navigator.appVersion=='Netscape') history.go(0); else center();'); center();">
-------------------------------------------------------------------------
The rest is ok. I jus want tht to go. The coding i used on the index page is given below:

<html>
<head><title>title here</title></head>

<frameset rows="30%,70%">
<frame src="menu_bar1.html" name="sidemenu1">
<frame src="main1.html" name="mainwindow1">
</frameset>

</html>

and in the menu bar i used the code:
<html>
<base target="mainwindow">
</html>

I even added a coloured scrollbar using this code in the body tag for both main1 and menu_bar1:
<style>
BODY{
scrollbar-arrow-color: #183152;
scrollbar-face-color: #998450;
scrollbar-shadow-color:#626A5A;
scrollbar-track-color: #183152;
scrollbar-3dlight-color: #183152;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #E6D5AC;
scrollbar-darkshadow-color: #000000;
}
</style>
</head>

So where am i goin wrong and how can I remove tht text. Im using an IE browser, so how does this Netscape error link to it?
Any help wud b appreciated.

jscheuer1
08-07-2006, 05:24 AM
If the text is actually appearing in the window (not in an error pop up), it is out of place on the page and probably can simply be deleted.