What is the Difference between AJAX and Javascript?
Answer Posted / nagasaichand
AJAX is a part of Javascript programming. Javascript is just
a client-side scripting language that is used to control a
web page once a user has downloaded the page. AJAX is a
particular usage of Javascript in which javascript
communicates with the remote script and receives the
response from the server, without having to reload the whole
page.
Javascript is a client-side scripting programming
language... AJAX is a technique incorporating the use of
Javascript, a server-side scripting language, and XML. But
javascript is the main core of ajax-based systems. AJAX
stands for Asynchronous Javascript and XML
| Is This Answer Correct ? | 48 Yes | 8 No |
Post New Answer View All Answers
Is there any use abilities problems in ajax?
Why do we use the updateprogress control in ajax? : asp.net ajax
what are difference between server-side ajax framework and client-side ajax framework?
What is synchronous request in ajax?
How to create an ajax website using visual studio?
How do we get the xmlhttprequest object in ajax?
Is it possible to use fileupload control within the update panel?
How to cancel the current request in ajax?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
What is the difference between synchronous and asynchronous requests?
Can we nest the updatepanel controls? : asp.net ajax
Which are limitations of ajax?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
What's the difference in HTML AJAX, ASP.Net AJAX?
How we can send data to server using ajax?