What advantage does AJAX have over standard client server applications that use HTML and HTTP?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AJAX is just an asynchronous method to update a web document, or part of it, without a full page refresh.
The main advantages are for rich web applications, which can be made to show up-to-date information in realtime, and handle more like traditional desktop applications.