时延问题~~~~
为什么<center><b>正在加载程序,请稍等</b><% Main %></center>这句调用函数
main的时候不会有时延,而是20个点都同时显示出来???
是不是函数
<%Sub Main()
for i=1 to 20 step 1
for a=1 to 20 step 1
Color="&#FaFFaa&"
next
response.write"<font color="&Color&">.</font>"
next
end Sub
%>
要修改修改呀?请指教!
=============================
<% @ language=vbscript %>
<html>
<head>
<meta http-equiv="refresh" content="2;url=guest_list.asp?PageNo=1">
<title>Load</title>
</head>
<body background="#FFFFFF" topmargin=50>
<center><b>正在加载程序,请稍等</b><% Main %></center>
</body>
</html>
<%Sub Main()
for i=1 to 20 step 1
for a=1 to 20 step 1
Color="&#FaFFaa&"
next
response.write"<font color="&Color&">.</font>"
next
end Sub
%>