I'm a AJAX newbie, I was wondering if I can use the .responseText method, to load the text from other website?
For example, how can I download the data from "http://www.weather.com/weather/today/Hong+Kong+China+CHXX0049" and display the data in my own way?
It seems that the .responseText/.responseXML does not work here...:-/
thanks for your kindly help!:)