View Single Post
Old Dec 4th, 2006, 6:34 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
As far as I know, XMLHttpRequest only lets you retrieve information from the local server as part of a security measure. If you want to retrieve information from a remote server you need some sort of proxy.

As an aside, your code is IE-specific. Okay for testing, but you'd have to change that for production use - just in case you didn't know.
Arevos is offline   Reply With Quote