Results 1 to 2 of 2

Thread: Frame error on pg

  1. #1
    Join Date
    Aug 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Frame error on pg

    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.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •