Fixing Internet Explorer & AJAX
A few weeks ago, as developers are wont to do, I rewrote our online gameroom. Version 1 was getting crusty, and I'd written all the AJAX handlers manually and wanted to clean up the code by using Pro...
Published Jun 26, 2008
Version 1.0Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Sep 15, 2009Employee
@Pramod
Couple questions:
1. You're using "AJAX". Are you using XAJAX? Prototype? Dojo? Custom code?
2. Have you used a tool like Firebug or HTTPWatch or HTTP Fox to verify that the response is indeed making it back to the browser?
3. I assume by "Status completion" you mean the callback that fires when an HTTP 200 response is received is not executing? Are you receiving an HTTP 200 OK or perhaps the reason Status completion is not being received is because there's a problem with the call and some other HTTP response is being returned?
Can you provide a bit more detail regarding the problem?
Thanks
Lori