盾怪网教程:是一个免费提供流行杀毒软件教程、在线学习分享的学习平台!

PAUSE,PAUSE,PAUSE Function for ASP~~~

时间:2024/11/11作者:未知来源:盾怪网教程人气:

[摘要]'************************************** ' Name: ASP Pause ' Description:To pause ...

  '**************************************
    ' Name: ASP Pause
    ' Description:To pause ASP operations in
    '     a page for certain amount of time.
    For example: waiting for XML posts to other webpages to deliver a correct result.
    ' By: Matthew Franz
    '
    ' Inputs:Amount of time to pause
    '
    ' Side Effects:This code will change the
    '     Session.Timeout feature to ensure that y
    '     ou are allowing enough time for the paus
    '     e.
    '
    'This code is copyrighted and has    ' limited warranties.Please see http://w
    '     ww.Planet-Source-Code.com/xq/ASP/txtCode
    '     Id.8232/lngWId.4/qx/vb/scripts/ShowCode.
    '     htm    'for details.    '**************************************
    
    Function Pause (Amount)
    'Check for Pause Amount exceeding defaul
    '     t ASP timeouts, Reset the Session.Timeou
    '     t
            If Amount > 300 Then Session.Timeout = Amount
        Start = Timer
            Do Until Start + Amount = Timer
            Loop
        Pause = Amount
    End Function
    'Page Begins Here
    AmountPausedFor = Pause (5)
    Response.Write "We paused for " & AmountPausedFor & " seconds."


关键词:PAUSE,PAUSE,PAUSE Function for ASP~~~




Copyright © 2012-2018 盾怪网教程(http://www.dunguai.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版