|
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.
|