XMLHTTP GET and POST

xiaoxiao2021-03-06  68

/ / =========================================================================================================================================================================================== ==================

// With XMLHTTP to implement the form's method = GET.

/ / =========================================================================================================================================================================================== ==================

Our traditional methods of submitting data are implemented in

.

The Method attribute in the mark determines that the data of the form element is sent to the server,

How to pack HTTP request information.

Method for Method attributes

Method Property Send a table element to read data Request Collection

GET logo last querystring in URL

POST within the main body of HTTP request (free area of ​​HTTP request) Form

This article uses XMLHTTP to implement form's method = GET.

Clientget.htm

code: