| 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
|
|
|
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]
|
 |
 |
|
|
subject: Consecutive AJAX call issue
|
|
|