Hi,Using Firefox 3.5.3 (and firebug) I run the Ajax code below locally(i.e. not on the same domain as the Ajax URL). Unlike in IE, this codeis not working in Firefox due to cross-domain Ajax restrictions. Ofcourse, as soon as I upload the code to my PHP server on the samedomain it runs fine.However, when running the code locally the 'error'-callback never ...