I could just create a form and use that to do a POST request to any site, thing is the FORM method isn\'t asynchronous, I need to know when the page has finished loading. I
You can't do anything cross-domain using javascript. You'd have to use a backend language like PHP or asp or something.