I want to make something like this:
http://www.degraeve.com/translator.php
where you can input an address and then show the page with all the words replaced with something of my choosing.
First I tried to do this with simple iframes and jquery, but quickly discovered that it didn’t work because of cross-site scripting.
Then I tried with ajax, which broke the image links, but is it supposed to work somehow?
I’m a novice at php so I’d greatly appreciate if someone could point me in the right direction here!
Cheers!
The Same Origin Policy prevents you from accessing other domains. What they do is read the page with PHP and than spit out the translation.