Results 1 to 2 of 2

Thread: Problems with frames

  1. #1
    Join Date
    Aug 2009
    Posts
    42

    Problems with frames

    The problem starts with simple cod:
    Code:
     <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>frames_tar_home_index</title>
    
      <frameset cols="700,250" >
        <frame src="home.html" name="content" />
        <frame src="menu.html" name="menu" noresize="noresize" border="0" frameborder="0" scrolling="auto" bordercolor="#7DBEFF" />
      </frameset> 
     </head>
    
    </html>
    It works on my computer, but when i uploaded the file it doesn't work:
    http://webdesign-gold.200u.com/Examp...ex_frames.html

    http://webdesign-gold.awardspace.biz...le3/index.html

    I tried to check another page. I copied cod from here:
    http://www.yourhtmlsource.com/frames/basicframes.html

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    
    <html>
    <head><title>My First Frame Page</title>
    </head>
    
    <frameset cols="30%, 70%">
    <frame src="nav.html">
    <frame src="content.html">
    </frameset>
    
    </html>
    and created simple pages nav.html and content.html
    It works here:
    http://webdesign-gold.awardspace.biz...rames_try.html
    and doesn't work here:
    http://webdesign-gold.200u.com/Examp...rames_try.html
    but i have no problems with another pages in both these hostings:
    http://webdesign-gold.200u.com/Examp...s/content.html

    http://webdesign-gold.200u.com/Examp...s/content.html

    What's wrong?

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    It looks like an uploading problem. One of the pages that doesn't show the frameset just shows "Awardspace The requested page was not found" while others have a lot of server rubbish above and below the frameset code and just show a line which says "Unlimited free hosting".
    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. Firefox Display Problems (Reward Offered For Solution)
    By isaac2450 in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 24 Apr 2008, 10:26 AM

Posting Permissions

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