Is it possible to submit a form inside an iframe without affecting the browser\'s history?
I\'ve implemented sending a cross domain POST request. It uses Javascript
If your server can run code, you could probably do an ajax query to a "proxy" page on your server, that would then itself run the request on the remote server and return the results to your page.