RE: Page load pauses until reverseAjax reply in IE

View: New views
1 Messages — Rating Filter:   Alert me  

RE: Page load pauses until reverseAjax reply in IE

by David Marginian-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can you put this call in the window.onload?  Or if you are using jquery you
can use $(document).ready(function() { ..}) or if you are using extjs
Ext.onReady(function() { ... });

Original Message:
-----------------
From: Erlend Sobec erlend.sobec@...
Date: Tue, 22 Apr 2008 12:11:14 -0400
To: users@...
Subject: [dwr-user] Page load pauses until reverseAjax reply in IE


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


--------------------------------------------------------------------
mail2web.com - Microsoft® Exchange solutions from a leading provider -
http://link.mail2web.com/Business/Exchange



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...