久久久久久久性爱潮,国产又粗又猛又爽又黄下载视频,尤物国产在线一区视频,欧美日本国产在线不卡

<sup id="4uqqy"><ol id="4uqqy"></ol></sup>
  • <th id="4uqqy"></th>

      • <strike id="4uqqy"><nobr id="4uqqy"><ins id="4uqqy"></ins></nobr></strike><sup id="4uqqy"></sup><strong id="4uqqy"><u id="4uqqy"></u></strong>
        <sub id="4uqqy"></sub>

          綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

          綠色資源網(wǎng)

          技術(shù)教程
          您的位置:首頁(yè)網(wǎng)絡(luò)編程Asp編程 → 解決頁(yè)面延遲的兩個(gè)方法

          解決頁(yè)面延遲的兩個(gè)方法

          我要評(píng)論 2010/01/10 18:27:54 來(lái)源:綠色資源網(wǎng) 編輯:綠色資源站 [ ] 評(píng)論:0 點(diǎn)擊:494次

          一、  
          <% 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 + 86400
          End If
          Loop
          ' Okay times up, lets git em outa here
          Response.Redirect "nextpage.html" %>

          二、

          <%
          Sub TimeDelaySeconds(DelaySeconds)
          SecCount = 0
          Sec2 = 0
          While SecCount < DelaySeconds + 1
          Sec1 = Second(Time())
          If Sec1 <> Sec2 Then
          Sec2 = Second(Time())
          SecCount = SecCount + 1
          End If
          Wend
          End Sub
          %>

          ' To change delay adjust here
          <% TimeDelaySeconds(2) %>

          關(guān)鍵詞:解決頁(yè)面延遲

          閱讀本文后您有什么感想? 已有 人給出評(píng)價(jià)!

          • 0 歡迎喜歡
          • 0 白癡
          • 0 拜托
          • 0 哇
          • 0 加油
          • 0 鄙視