Is it possible to change the source of an iframe when a link is clicked in the iFrame?
For example, my iFrame loads http://www.google.com, but when I click a link on Google.com, the source of the iFrame cannot be changed to that new URL.
Is there some way to access the iFrame location in Firefox and IE to redirect the iFrame?
Sort of like a proxy website. How are proxy sites doing this in PHP?