首页 相关文章 页面延迟的两个简单方法

页面延迟的两个简单方法

一、

<% Response.Buffer = True %
<%
' Setup the variables necessary to accomplish the task
Dim TimerStart, TimerEnd, TimerNow, TimerWait
' How many seconds do you want them to wait...
TimerWait = 5
' Setup and start the timers
TimerNow = Timer
TimerStart = TimerNow
TimerEnd = TimerStart + TimerWait
' Keep it in a loop for the desired length of time
Do While (TimerNow < TimerEnd)
' Determine the current and elapsed time
TimerNow = Timer
If (TimerNow < TimerStart) Then
TimerNow = TimerNow + 86...[ 查看全文 ]

2016-01-29 标签:

页面延迟的两个简单方法的相关文章

手机页面
收藏网站 回到头部