程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> ASP編程 >> ASP技巧 >> 如何使ASP程序暫停指定的時間後再繼續執行

如何使ASP程序暫停指定的時間後再繼續執行

編輯:ASP技巧

可以用waitfor組件. 下面是國外的一名ASP作者的語句:

Developer's often need to have their aPPS wait a specifIEd number of
seconds, detect if a file exists within a particular timeout or wait
for exclusive file Access within a specifIEd timeout. This component
is designed to allow developers to do that from ASP.

To install

a) Move the component into the subdirectory you want to store it in
b) Type regsvr32 waitfor.dll
c) Run markwait.exe to mark the registry
d) Move the example script into a directory off your Web server
e) Modify the example for your own use

Unfortunately I cannot PRovide free support for this free component.

Best wishes,

Stephen

\

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved