Log in

View Full Version : Frameset woes.. unable to show all frames



Aura
10-06-2010, 08:48 AM
Hi all,

New here..

This is my worries:

http://www.dynamicdrive.com/forums/attachment.php?attachmentid=3577&stc=1&d=1286354835



<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>

Beverleyh
11-04-2010, 01:09 PM
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/dynamicindex17/ajaxcontent.htm

Here's a tutorial on php includes too: http://www.tizag.com/phpT/include.php