cross-domain-proxy

Invoke JavaScript on 3rd party domain

I want to write some javascript and have it call into the DOM for a page I am loading from a 3rd party domain. Can this be done? This looks like what I've already tried using IFRAME but it would seem that doesn't work. Is these some other way like having FF run some javascript directly rather than as part of a page? I know this has all ...

cross-site request

Should be done with the site number 1 request to the site number 2. Let the number one site will be localhost, and the site number 2 - the real server on the Internet. At site 2 there is a file result.php, which takes GET-requests: $var = @$_GET['q'] ; $s = $_GET['s'] ; $typefile = $_GET['type']; If the page result.php make a requ...