Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the differences between ordinary interaction and Ajax interaction?

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

The purpose of this article is to share with you about the differences between normal interaction and Ajax interaction. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Methods in the Ajax engine object:

Abort () stops the current request

GetAllResponseHeaders () returns the full headers as a string

GetResponseHeader ("headerLabel") returns a single header tag as a string

Open ("method", "URL" [, asyncFlag [, "userName" [, "password"]]) establishes a call to the server. The method parameter can be GET, POST, or PUT,url parameter can be opposite URL or absolute URL

Send (content) sends a request to the server

SetRequestHeader ("header", "value") sets the specified header to the value provided. You must call open () before setting any header.

Properties in the Aaja engine object

Event triggers for onreadystatechange state changes

ReadyState object status (integer)

0 = uninitialized 1 = reading 2 = read 3 = interactive 4 = complete

The text version of the data returned by the responseText server process

DOM-compatible XML document object for data returned by the responseXML server process

The status code returned by the status server, such as: 404 = "File not found", 200 = "successful"

Status text information returned by the statusText server

Request the server using Ajax

Methods that require the use of the Ajax engine

The common interaction mode of browsers

The Ajax interaction mode of the browser

Thank you for reading! This is the end of this article on "what is the difference between ordinary interaction and Ajax interaction". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report