How can we cancel the XMLHttpRequest in AJAX?



How can we cancel the XMLHttpRequest in AJAX?..

Answer / v madhu babu

Abort() method can be called to cancel the XMLHttpRequest in Ajax.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More AJAX Interview Questions

What meaning has asp.net ajax?

0 Answers  


What are all the different data types that JSON supports?

1 Answers  


How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?

2 Answers  


What is the disadvantage of ajax?

0 Answers  


What are the pre-requisites to execute AJAX applications on a server?

1 Answers  


Whats with the -alpha in the install instructions?

0 Answers  


What is the name of object used for AJAX request?

1 Answers  


How do I abort the current xmlhttprequest?

0 Answers  


What is the difference between javascript and ajax?

0 Answers  


Describe the accordionextender control?

0 Answers  


What is asp.net ajax? : asp.net ajax

0 Answers  


Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?

0 Answers  


Categories