如何使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
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
- 上一篇: 不用java的垂直滚动看板
- 下一篇: 文本中首字母全改为大写
-= 资 源 教 程 =-
文 章 搜 索