Results 1 to 2 of 2

Thread: Frameset woes.. unable to show all frames

  1. #1
    Join Date
    Oct 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Frameset woes.. unable to show all frames

    Hi all,

    New here..

    This is my worries:




    Code:
    <html>
    
    <frameset rows="100 , * , 100 , 80" frameborder=no>
    
    
    
    <frameset cols="250px,*,250px "frameborder=no>
    	  <frame src="Head1.html" scrolling="no"/>
    	  <frame src="Head2.html" scrolling="no"/>
    	  <frame src="Head3.html" scrolling="no"/>
    </frameset>
    
    
    
    <frameset cols="200px,* "frameborder=no>
      	<frame src="Cat.html" />
            <frameset rows="38,*" frameborder=no>
    	<frame src="Nav2.html" scrolling="no"/>
    	<frame src="Promos.html" name="show" />
    </frameset>
    
    
    
    <frameset cols="33%,33%,33%" frameborder=no>
     	<frame src="Btm1.html" scrolling="no"/>
      	<frame src="Btm2.html" scrolling="no"/>
     	<frame src="Btm3.html" scrolling="no"/>
    </frameset>
    
    
    
    <frameset cols="70%,30%" frameborder=no>
     	<frame src="Btm4.html" scrolling="no"/>
      	<frame src="Btm5.html" scrolling="no"/>
    </frameset>
    
    </frameset>
    
    
    </html>

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Are framesets really necessary? They seem such an old and clunky method when you could be using something like php or Ajax to load content and a nice div-based template for page layout.

    Maybe you could review other options - here's a DD ajax script to start: http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    Here's a tutorial on php includes too: http://www.tizag.com/phpT/include.php
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

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
  •