Portal Home > Knowledgebase > Articles Database > Extremely late response to AJAX request in IE6
Extremely late response to AJAX request in IE6
Posted by BurakUeda, 06-23-2008, 04:47 AM |
Hi,
I have this small problem. I have a login popup DIV, asking for email and password. Sending them to process page by via AJAX, and eval'ing the result, like:
alert("login correct");
or
alert("login incorrect");
However, in IE6, it takes like 5 to 10 minutes to get a response. All other browsers are OK.
First I thought the script is not working, left it there and start to google around. After 6-7 minutes I heard the IE6 "Ding" sound. And it was there, "Login Incorrect" popup message.
Any idea, or same experience?
|
Posted by Steve_Arm, 06-23-2008, 05:19 AM |
No, first time to hear that. Cab you post some code of the javascript request?
|
Posted by Harzem, 06-23-2008, 05:29 AM |
Did you try that on another computer? It may be only your IE.
|
Posted by BurakUeda, 06-23-2008, 05:32 AM |
This is the AJAX connection part.
And here is the calling part:
As I said, it is actually working, but response comes extremely late.
Works fine when I send the data in "GET" method.
|
Posted by BurakUeda, 06-23-2008, 05:35 AM |
You know what, that might be true because I am using IE6 via MultipleIEs. That might be a problem.
|
Add to Favourites Print this Article
Also Read
sagonet down? (Views: 804)