Basic AJAX Question:
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.
Previous Question | Next Question |
How Ajax is Different? | How do I access data from other domains to create a mashup with Java? |