Alienware Posted December 29, 2008 Share Posted December 29, 2008 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 More sharing options...
Alienware Posted December 29, 2008 Author Share Posted December 29, 2008 anyone? Link to comment https://forums.phpfreaks.com/topic/138707-frames/#findComment-725221 Share on other sites More sharing options...
Alienware Posted December 29, 2008 Author Share Posted December 29, 2008 anyone? Link to comment https://forums.phpfreaks.com/topic/138707-frames/#findComment-725683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.