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. Link to comment https://forums.phpfreaks.com/topic/69183-new-to-ajax-need-help-with-multiple-multiple-ajax-calls/ 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? Link to comment https://forums.phpfreaks.com/topic/69183-new-to-ajax-need-help-with-multiple-multiple-ajax-calls/#findComment-354026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.