Jump to content

Frames


Alienware

Recommended Posts

Ok so im not 100% sure that im posting this in the right place, but if anyoen can help me it would be much appreciated!

 

Im wanting to add another frame to the bottom of my website, a small frame running across the bottom of each page.

 

the page i would like to be on this frame is playonline.php

 

If anyone could help me it would be fantastic.

 

here is the page that controls my frames-

<?php
require("connections/db.php");
require("connections/require.php");
?>
<html>
<head>
<title>.:: NY Mobster ::. Welcome - <? echo $player;?></title>
</head>
<frame src="stats.php" name="stats" scrolling="no" noresize="noresize" />
</frameset>
<frameset rows="120,*" cols="*" framespacing="0" frameborder="no" border="0">
<frameset rows="120,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="banner.php" name="banner" scrolling="no" noresize="noresize" />
</frameset>





<frameset rows="0" cols="*" framespacing="0" frameborder="no" border="0">
<frameset rows="*" cols="260,*" framespacing="0" frameborder="no" border="0">
<frame src="menu.php" name="left" noresize="noresize" />
<frameset rows="*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="main.php" name="main" />
</frameset>


</frameset>
</frameset>
</frameset>
</frameset>
<noframes>
<p align="center"><strong>Your browser doesn't support frames, please download a newer version.</strong></p>
</noframes>
</html>

 

Thankyou in advance

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

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.