Using XMLHTTP without refreshing data.

zhaozj2021-02-16  42

Using XMLHTTP without refreshing data.

There are several ways to interact with the client and server-side data. 1. Submit, submitted to the server side via

. Also known as "with refresh". 2. Transmit to the server side via XMLHTTP, and Return to data. Also known as "no refresh". Using XMLHTTP we can achieve a lot of powerful applications. This article mainly introduces some simple applications.

Attachment: Because XMLHTTP is an object of IE5.0 support. So you have to have IE5.0 to see the effect.

Client.htm