|
Javascript is limited to the domain it was called from for security purposes.
However, it's perfectly possible to send XML through AJAX to the current domain, and have a server-side proxy to relay that information to a third party (assuming said party will accept information from a different domain).
You also might be able to do something with frames, depending on what you want to do.
|