This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Consecutive AJAX call issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Consecutive AJAX call issue" Watch "Consecutive AJAX call issue" New topic
Author

Consecutive AJAX call issue

Jay Abrahm
Ranch Hand

Joined: May 28, 2008
Posts: 182
I have the following javascript which hits the server only the first time I make the call


Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56201
    
  13

Because you are storing things in global variables, you will not be able to make simultaneous requests. Is that the issue?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Consecutive AJAX call issue
 
Similar Threads
Question regarding AJAX article
help with an error message
IE 6 problem with Dates?
AJAX: Call back handler didn't work
XmlHttpRequest object undefined js error