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 |
What meaning has asp.net ajax?
What are all the different data types that JSON supports?
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?
What is the disadvantage of ajax?
What are the pre-requisites to execute AJAX applications on a server?
Whats with the -alpha in the install instructions?
What is the name of object used for AJAX request?
How do I abort the current xmlhttprequest?
What is the difference between javascript and ajax?
Describe the accordionextender control?
What is asp.net ajax? : asp.net ajax
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?