Happy Coding
Jeffrey Zhao, Microsoft MVP from China, enjoys programming in Microsoft platform every day.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
AJAX Control Toolkit
ASP.NET
ASP.NET AJAX
ASP.NET MVC
AutoComplete
Batch Deletion
C#
CodePlex
Expression Tree
JavaScript
Lambda Expression
LINQ
LINQ to SQL
MVC
Reflection
UpdatePanel
XmlHttpRequest
Sponsors
advertise here
News
Starting blogging in English.
Here's my blog
in Chinese and I've written numerous posts there.
Navigation
Home
Blogs
Archives
January 2009 (2)
April 2008 (2)
March 2008 (2)
February 2008 (1)
February 2008 - Posts
4
Comments
IE will be stuck when requests too much? Fake the XHR!
by
JeffreyZhao
When you make a lot of AJAX calls, the browser keeps all the requests in a queue and executes two at a time. So, if you click on something to try to navigate to anthoer page, the browser has to wait for running calls to complete before it can take another one. The bug is quite serious in IE 6 and unfortunately, it still exists in IE 7. Let's build a fake XHR object to solve the bug in Internet Explorer....
Filed under:
XmlHttpRequest
,
AJAX
More Posts