Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
JavaScript isn't allowed to make AJAX requests to outside websites, for security reasons, but it may be possible to do another way. Read about AJAX file uploads, as they don't actually use the XML HTTP request object, and instead post data by targeting a hidden iframe. If you find out where the post data is going in each case, you may be able to do something similar.
You may also want to check to see if Gmail and Yahoo mail offer an API that will allow you to do this in another way.
|