What is the Difference between AJAX and Javascript?
Answer Posted / rajesh
You can say... AJAX is a technique to send a request to
server.
Using AJAX concepts.. you are sending XMLHttpRequest
(...not httpRequest)to the server. If you want to send
multiple request from the same page with reloading entire
page on every request..you can go for AJAX.
| Is This Answer Correct ? | 32 Yes | 12 No |
Post New Answer View All Answers
Is it true that the ajax application are much better than the classical internet applications?
What's the difference in HTML AJAX, ASP.Net AJAX?
What is the importance of client-side libraries? : asp.net ajax
What are the new features of asp.net ajax 4.0? : asp.net ajax
How to use ajax in updateprogress control?
How do I provide internationalized ajax interactions?
How to control how long an ajax request may last?
How do I access data from other domains to create a mashup with java?
What is the role of the scriptmanagerproxy control? : asp.net ajax
What is the necessary control that must put in order to use Ajax Controls?
What are different readystate in ajax?
Does load runner support ajax apps?
Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?
Describe how to handle concurrent ajax requests?
Why do we use the updateprogress control in ajax? : asp.net ajax