View Single Post
Old Jul 22nd, 2006, 4:42 AM   #2
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
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.
Arevos is offline   Reply With Quote