A complete collection of AJAX interview questions,Free AJAX ebooks and much more..
Custom Search
Handling concurrent requests in AJAX
What are the steps for handling concurrent requests in AJAX?
it can be done by creating the XMLHTTPRequest object from within an inner function, instead of creating a seperate function for making a new XmlHttprequest object withing the same page.