!!!!! Posted August 4, 2007 Share Posted August 4, 2007 Okay, I have been trying to figure this out forever, and I finally decided to ask a question about it. I have seen many web pages that look like they are using frames, but every page I go to on that website has a different source, which lead me to believe they were not using frames. Could you tell me if this website uses frames? Go to tip.it (Gonna have to copy that into address bar ) Whenever I have tried to make my website with frames, and when the visitor clicks on a link on the menu frame, and the other frame goes to the page the visitor is trying to go to, the source stays the same. Always. Sorry if that's confusing. So, what I want to know is if these people are using some weird sort of frame I can't seem to get, or if they are doing something else. Thanks! Link to comment https://forums.phpfreaks.com/topic/63279-frames-or-not/ Share on other sites More sharing options...
ryeman98 Posted August 4, 2007 Share Posted August 4, 2007 What makes you think that they are using frames? Link to comment https://forums.phpfreaks.com/topic/63279-frames-or-not/#findComment-315389 Share on other sites More sharing options...
!!!!! Posted August 4, 2007 Author Share Posted August 4, 2007 I don't know. I've just never thought of a way to make a site like that without them... Link to comment https://forums.phpfreaks.com/topic/63279-frames-or-not/#findComment-315392 Share on other sites More sharing options...
ryeman98 Posted August 4, 2007 Share Posted August 4, 2007 I don't think I get what you mean... That's just another basic design to me, no need for frames. Link to comment https://forums.phpfreaks.com/topic/63279-frames-or-not/#findComment-315393 Share on other sites More sharing options...
Crew-Portal Posted August 4, 2007 Share Posted August 4, 2007 I believe they use the <?php include ('header.php'); ?> Function! Link to comment https://forums.phpfreaks.com/topic/63279-frames-or-not/#findComment-315394 Share on other sites More sharing options...
ss32 Posted August 4, 2007 Share Posted August 4, 2007 i think n35 is right. they could also be using a custom PHP function which regenerates a static (or maybe dynamic) menu. either way, though, it is just a table. Link to comment https://forums.phpfreaks.com/topic/63279-frames-or-not/#findComment-315397 Share on other sites More sharing options...
Crew-Portal Posted August 4, 2007 Share Posted August 4, 2007 They are probably using <?php $page = $_GET['page'] if (page == ''){ include ('apage.php') } else (file_exists($page . '.php)); include ('pages' . $page . '.php); } ?> Not this exact script but probably something like it! Link to comment https://forums.phpfreaks.com/topic/63279-frames-or-not/#findComment-315400 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.