Subj : Redirect IFrame links To : comp.programming From : leprasmurf Date : Wed Jun 29 2005 08:18 pm ok, so they say that one of the characteristics of an open source programmer is he/she knows the benefits of using other people's code and can incorporate that. Well, I am trying to get into the open source programming community but first I have to learn well enough. So I've got projects I'm working on (what programmer doesn't right) and I'm not sure if I'm going about it the right way. Here's my plan (sorry if this is long winded, I'm trying to get used to groups too): 1: form submits url 2: url forward to squid with squidclient 3: webpage is recieved and cached 4: cache is displayed in IFrame on page Now I've gotten this far, but what I'm trying to figure out how to do next is capture the link clicks from inside the Iframe and have it act as a new url thats been submitted. I also am having trouble with downloading some of the images from the page. Basically, I'm really just trying to make an http://www.anonymizer.com/ type web based proxy. I'm using PHP, Squid, and Gentoo. The page in question is http://leprasmurf.is-a-geek.com/squid/index.php any advice/help would be greatly appreciated .