Neojax Posted September 13, 2007 Share Posted September 13, 2007 Hi all, I am working on a new ajax project and I have hit a wall. My project needs ajax multiple calls to diff urls and render the result in multiple divs. I am not sure what the problem is ..the data is coming in but only if I put an alert box it paints in the proper divs. I have the ajax calls and the html rendering code in a for loop (4 urls for now). Without the alert box, only the last div will render text. I can see the initial content flickering. To get over the alert box issue, i used a modal window with an hourglass animated image ....it fixed the problem. But this will not work in IE (Grr). The modal window shows up....then noting happens....the last div paints data and goes away. ANY help is welcome. Thanks. I can't post the link as it is an intranet site. Quote Link to comment Share on other sites More sharing options...
lnt Posted September 24, 2007 Share Posted September 24, 2007 Maybe you put another call to Ajax within onreadystatechange function? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.