Explain limitations of ajax.
No Answer is Posted For this Question
Be the First to Post Answer
What are the common problems (errors) you get while implementing AJAX?
Is ajax just another name for xmlhttprequest?
What are the real web applications of ajax currently running in the market?
How can javascript be debugged?
What is the purpose of xmlhttprequest?
What are the advantages and Disadvantage of Ajax?
Why do we use the xmlhttprequest object in ajax?
What is the difference between javascript and ajax?
Is ajax a browser-dependent or a browser-independent script?
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?
Which are the two methods used for cross domain Ajax calls?
How ajax work ?