views:

94

answers:

0

Hi,

what happens to my syn/asyn XMLHttpRequest (IE) when the page unload but the request is still on his way?

Is it meaningful to bind to the $(window).unload and call the .abort() method for my request object?

The problem is that in some cases the page loads and unloads very fast and in some cases the good old IE 6 freezes for at least 3 min.

Daniel