Duepilind Posted April 11, 2008 Share Posted April 11, 2008 Hi! I was wondering if someone could point me to a post or other general direction to a PHP script. I've been looking for hours to no avail and I really should consider trying programming it myself, but I thought: "why reinvent the wheel?" =) Ok, the description of what I am looking for is very similar to Google's Image linking script. After you've searched for an image using Google and you click on the image, you get a top frame with some functions and the website to the picture source in a bottom frame. In the top frame, the two functions I like is to either close the window and fill the browser frame with the source website or go back to the image results. I would like a PHP script that fulfills this function to any link. Thus, when I click a link on my website to an external website, I want a top frame with the function to return to my website or close the frame, and a bottom frame with the website I linked to. Hope this is not too unclear and I thank you very much in advance for your assistance! Cheers! Link to comment https://forums.phpfreaks.com/topic/100715-looking-for-a-link-script-similar-to-google/ Share on other sites More sharing options...
discomatt Posted April 11, 2008 Share Posted April 11, 2008 this is extremely easy to do... just create an HTML frame, send the link to the frame page via GET, then use it to build the bottom frame's href. Link to comment https://forums.phpfreaks.com/topic/100715-looking-for-a-link-script-similar-to-google/#findComment-515109 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.