Basic AJAX Question:

How do we abort the current XMLHttpRequest in AJAX?

AJAX Interview Question
AJAX Interview Question

Answer:

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


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