资源大全 | 神秘文化 | 在线翻译 | QQ专区 | 视频教程 | 彩信频道 | 搜索引擎 | BT下载 |  | 网站地图
设为首页
加入收藏
联系站长
您现在的位置: 一百网络 >> ASP编程 >> ASP技术 >> 文章正文
最近更新
普通文章 多域名一网站时如何返回
普通文章 一个把数字转英文的实用
普通文章 如何对身份证的籍贯进行
推荐文章 生成一个不重复的随即数
普通文章 如何对身份证的籍贯进行
推荐文章 生成一个不重复的随即数
普通文章 使用Server.scripttimeo
普通文章 用ASP在ACCESS中插入图片
推荐文章 如何使ASP程序暂停指定的
推荐文章 检测整数和长整数的函数
推荐文章
推荐文章 生成一个不重复的随即数
推荐文章 生成一个不重复的随即数
推荐文章 如何使ASP程序暂停指定的
推荐文章 检测整数和长整数的函数
推荐文章 Asp限制IP访问
如何使ASP程序暂停指定的时间后再继续执行

文章作者:佚名 录入时间:2006-5-31 来源:不详
网站声明:本站的文章除部分特别声明禁止转载的专稿外,可以自由转载.但请务必注明出处和原始作者,文章版权归本网站与文章作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。


可以用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
       

  • 上一篇文章:

  • 下一篇文章:
  •     查找更多“如何使ASP程序暂停指定的时间后再继续执行”的内容  
    相关连接
  • 奇妙的文件系统对象组件

  • 读取目录下的文件得到一个数组

  • ASP中FSO的神奇功能 - 简介

  • ASP中FSO的神奇功能 - 写文件

  • ASP中FSO的神奇功能 - 文件读取