Results 1 to 2 of 2

Thread: Noob with frames question

  1. #1
    Join Date
    Mar 2007
    Posts
    1

    Noob with frames question

    First off I have searched this site, and couldn't find an answer

    Im a noob at website design and want to build a page with frames. I'm sure I have the code correct -

    <HTML>
    <HEAD>
    <TITLE>My website with frames!</TITLE>
    </HEAD>
    <frameset border=0 COLS="200,*">
    <frame src="http://nz.yahoo.com/" name="myframe1" scrolling=yes>
    <frame src="http://autism.cashhosters.com/_sgg/f10000.htm" name="myframe2" scrolling=yes>
    </frameset>
    <noframes>
    <body>
    This page uses frames, but your browser doesn't support them.
    </body>
    </noframes>
    </HTML>

    But when I ftp it to my site, its just a blank white page. Bear in mind this is ALL the code I put on the page.

    I know it works as I can see it in the preview page of the program, but it just wont work on the website. I wondered if it had something to do with my browser - firefox?

    I have tried 9 free progs I have downloaded, and also 4 free hosting sites. And I have spent 3 nights trying to get it right! Can someone please tell me what I'm doing wrong before I lose the plot!

    Thanks for any help
    Mulpsy

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    It does work in my Firefox and IE7. Your frames are external urls so there might be a delay downloading these into the frameset, but it was only about two seconds for me.

    You should add a frameset doctype right at the top of the file before the HTML tag:-
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

    but I doubt if this is the problem.

    I uploaded it to my site and it showed up so there must be something wrong with your ftp process.
    http://www.wickham43.supanet.com/for...psy070309.html
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. noob question.. about header images..
    By chiaki06 in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 09 Nov 2006, 06:40 AM
  2. question on frames
    By aodiefen in forum General Questions
    Replies: 1
    Last Post: 10 Mar 2006, 03:25 PM

Posting Permissions

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