A clear article about Ajax

Source: Internet
Author: User

1. Ajax (Asynchronous JavaScript and XML)

Ajax definition: allows the client browser to communicate with the server. ajax technology is used without refreshing the current page.

2. Without refreshing new pages, ajax, flash, javaApplet, Framework (iframe, frameset), and XMLHttpRequest technologies are used to communicate with servers.

Note: The Framework places multiple pages in the framework, which is a cross-page operation. It is different from the real non-click Page and server communication. Only refresh the page in a framework. The overall page is not refreshed.

3. The core of ajax is the javascript Object XMLHttpRequest.

4. ajax is not a new technology, but a combination of multiple technologies, including javascript, XHTML, CSS, DOM, XML, and XMLHttpRequest.

5. Ajax implementation steps:

1) Create an XMLHttpRequest object

2) establish a connection

3) Send request data to the server

4) the server responds to the client

There are also two if judgments to determine whether readyState is equal to 4, that is, the response is complete, and the status is equal to 200. That is, everything is normal.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.