Basic AJAX Question:
Download Questions PDF

How do we abort the current XMLHttpRequest in AJAX?

Answer:

Just call the abort() method on the request to abort the current XMLHttpRequest in AJAX.

Download AJAX Interview Questions And Answers PDF

Previous QuestionNext Question
How Ajax is Different?How do I access data from other domains to create a mashup with Java?