Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    New Jersey
    Posts
    52
    Plugin Contributions
    0

    Default Re: Your browser does not handle frames??

    Quote Originally Posted by gjh42 View Post
    If you have the Firefox Web Developer extension, you can click
    View Source > View Frame Source > http://(sorry, site offline)/1.3.8a/...

    Not that this would tell you anything about the underlying code that generates the HTML output...
    Thanks bro!

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Your browser does not handle frames??

    below is what you are seeing,
    this is because the only thing this does is include the diffferent

    the your browser line is only there for folks who can NOT see frames in their browser...

    has nothing to do with you

    Still trying to figure out what you were looking for when viewing the source,


    the templates are freely available for download.



    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    
      <head>
        <title>Free Templates for Zen Cart - try, choose, download</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="description" content="Demonstration site and screenshots for the free templates available from the Zen Cart open source e-commerce shopping cart" />
        <meta name="keywords" content="Zen Cart, free, templates, e-commerce, open source, FAQ, frequent asked questions" />
        <meta name="author" content="Kuroi Web Design" />
    	<link href="css/zctd.css" type="text/css" rel="stylesheet" />
    
      </head>
    
      <frameset rows="57px,*,45px">
        <frame name="header" src="site/header.html" scrolling="no" noresize="noresize" frameborder="0" />
        <frame name="intro" src="site/intro.php" scrolling="auto" noresize="noresize" frameborder="0" />
        <frame name="footer" src="site/footer.html" scrolling="no" noresize="noresize" frameborder="0" /> 
    	<noframes>
          <body>
            <p>Your browser does not handle frames! However, you are invited to use our <a href="1-3-8a/index.php">frame free version</a> of the template demos.</p>
          </body>
        </noframes>
      </frameset>
    
    </html>
    Zen cart PCI compliant Hosting

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 Alert: Your cache directory does not exist or is not writable
    By mckj in forum General Questions
    Replies: 11
    Last Post: 28 Feb 2015, 03:17 PM
  2. Replies: 7
    Last Post: 7 Apr 2011, 10:34 PM
  3. How do you make your shop not cover the whole web browser?
    By ousooners in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Feb 2009, 04:18 AM
  4. webpage does not fill browser window vertically
    By sartzsche in forum Basic Configuration
    Replies: 10
    Last Post: 1 Jun 2006, 08:09 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
  •  
disjunctive-egg