« Return to Thread: Page load pauses until reverseAjax reply in IE

Page load pauses until reverseAjax reply in IE

by kape :: Rate this Message:

Reply to Author | View in Thread

My website used DWR for reverse AJAX among other things.  It loads several JavaScript files for various components on the page.  Everything works fine in FireFox, but in IE after the setActiveReverseAjax(true) line is executed, all other scripts and page elements stop loading until the response to the setActiveReverseAjax(true) is received.  IE seems to load scrips in different orders every time, sometimes it executes the setActiveReverseAjax(true) before it loads anything else causing the display of a blank page for up to 60 seconds.
 
Am I doing something wrong?  Is there a way to force IE to continue loading the rest of the contents while it's waiting for the response to setActiveReverseAjax(true)?
 
Thanks,
 
Erlend

 « Return to Thread: Page load pauses until reverseAjax reply in IE