seanothan Posted May 12, 2007 Share Posted May 12, 2007 Ok, REALLY simple question probably, but it's been ages since I've done much html work and I'm trying to get back into it.... I want to have what seems like a frameset so that while people navigate through my site, there is a top frame that will have the navigation links, and then a bottom frame with some links to other websites within my network (ie, music, news, games - different websites, but just with different subdomains under 1 main domain). HOWEVER... I'd like it to load similiar to the way guardster.com loads when you visit a website through it's program... To see what I mean, go here: http://www.guardster.com/subscription/proxy_free.php How are they loading their navigation menu like that? It seems like it loads in a div everytime there's a page load... Again, I'm sure it's simple, but web design now compared to 8 years ago is amazing.... heh Thanks for any/all help! Quote Link to comment https://forums.phpfreaks.com/topic/51041-frames-divs-iframes/ Share on other sites More sharing options...
leap500 Posted June 7, 2007 Share Posted June 7, 2007 Hi I would guess that they are using an server side include file in php. This allows them to load the same header and footer code for each page. Quote Link to comment https://forums.phpfreaks.com/topic/51041-frames-divs-iframes/#findComment-270230 Share on other sites More sharing options...
unidox Posted June 8, 2007 Share Posted June 8, 2007 Just use an iframe, then each link, just use target=nameofframe Quote Link to comment https://forums.phpfreaks.com/topic/51041-frames-divs-iframes/#findComment-270767 Share on other sites More sharing options...
ToonMariner Posted June 8, 2007 Share Posted June 8, 2007 frames and iframes are a relic of yesteryear. just switch to nice clean mark-up, div layout etc. (use iframe if you are including a web page that is not on your server if you really must - i prefer to just open a new window) and think about breaking code up so you can use inlcude files - that will help you A LOT. Quote Link to comment https://forums.phpfreaks.com/topic/51041-frames-divs-iframes/#findComment-270823 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.