Jump to content

frames


brown2005

Recommended Posts

	print "<frameset rows='65,*,35' border='0' frameborder='0' framespacing='0'>\n";
print "  <frame src='$HOME_DIR_HTTP/homepages/files/home/top.php?website=$website&website_id=$website_id' name='nav' marginwidth='0' marginheight='0' scrolling='no' noresize>\n";
print "  <frame src='".htmlspecialchars($website, ENT_QUOTES)."' name='merch' scrolling='auto' frameborder='1' noresize>\n";
print "  <frame src='$HOME_DIR_HTTP/homepages/files/home/bottom.php?website=$website&website_id=$website_id' name='nav' marginwidth='0' marginheight='0' scrolling='no' noresize>\n";
print "</frameset>\n";

 

is there another way of doing the above without using frames. or do i have to use frames?

Link to comment
https://forums.phpfreaks.com/topic/96050-frames/
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.