Use XMLHTTP to combine asynchronous calls for the ASP

xiaoxiao2021-03-06  15

With the combination of XMLHTTP and ASP, we can easily complete the asynchronous call of the web page.

The code is as follows: 1. New Display.asp (this is the front desk display page) Note 4 attributes of XMLHTTP.ReadyState 1: loading; 2: loaded; 3: Interactive; 4: Completed <% @ language = vbscript%>