Use XMLHTTP to add data POST articles.

zhaozj2021-02-16  40

Use XMLHTTP to add data POST articles.

The first two mainly wrote data from acquisition data. Next, we tell how to add data. Our traditional method of submitting data is implemented with

. Method attribute determines the form element How to pack the HTTP request information when sending to the server.

Method Property You can use the method Method property Send a table element to read data Request Collection GET identifies the last queryStringPost in the URL within the main body of the HTTP request (free area of ​​HTTP request) FORM

This article uses XMLHTTP to realize form's method = POST.

ClientPost.htm