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%>
HEAD>