I can't say anything about the constellation eclipse/xampp but judging from your quote
Quote:
|
I am running this locally file based
|
I'd have to say: Ajax requests are only possible if the two pages (the one initiating and the one receiving the request) are running on the same WEBSERVER. Just opening up a local .html file and running its javascript connecting to another local file will NOT work.
EDIT: Another hint I had to learn some time ago: Please specify the onreadystatechange assignment AFTER the .open() line otherwise it won't work correctly on some browsers/configurations.