Warptweet Posted February 25, 2007 Share Posted February 25, 2007 Have you ever been to one of those cool tutorials websites? And those tutorial websites have links to other websites with tutorial pages? Well, most tutorial websites give you a link, and when you click a link to a DIFFERENT website, the tutorial website will stick a "top bar" to the top of the different website which contains information or such from the tutorial website. EXAMPLE: Google (images) When you click an image on google, it takes you to a web page, except the webpage it takes you too ALSO has a top bar that google sticks onto that page. Can this be done with PHP? If so, any ideas how, or links to a tutorial? Link to comment https://forums.phpfreaks.com/topic/39990-open-a-page-with-a-bar/ Share on other sites More sharing options...
Hooker Posted February 25, 2007 Share Posted February 25, 2007 I beleive this is done with frames and/or java and php's involvement is strictely to supply the data held within the frame. Link to comment https://forums.phpfreaks.com/topic/39990-open-a-page-with-a-bar/#findComment-193385 Share on other sites More sharing options...
Warptweet Posted February 25, 2007 Author Share Posted February 25, 2007 Yes, I thought so too. My main question: What is this process called? I can easily google a tutorial if I knew what this type of coding would be called, but the only words I can call it is "top bar" and thats too vague for google to return anywhere near good results for a tutorial. I'd also love a link to a tutorial if you can . Link to comment https://forums.phpfreaks.com/topic/39990-open-a-page-with-a-bar/#findComment-193387 Share on other sites More sharing options...
AndyB Posted February 25, 2007 Share Posted February 25, 2007 HTML frames - not a very good idea, but it'll do what you describe. http://www.htmlgoodies.com/tutorials/frames/index.php Link to comment https://forums.phpfreaks.com/topic/39990-open-a-page-with-a-bar/#findComment-193391 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.