|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
减少客户内IT专业人才缺乏带来的影响。ASP的客户员工利用浏览器进入相关的应用软件,简单易用,无需专业技术支持。**************************************
Name:ASPPause
Description:TopauseASPoperationsin
apageforcertainamountoftime.
Forexample:waitingforXMLpoststootherwebpagestodeliveracorrectresult.
By:MatthewFranz
Inputs:Amountoftimetopause
SideEffects:Thiscodewillchangethe
Session.Timeoutfeaturetoensurethaty
ouareallowingenoughtimeforthepaus
e.
Thiscodeiscopyrightedandhaslimitedwarranties.Pleaseseehttp://w
ww.Planet-Source-Code.com/xq/ASP/txtCode
Id.8232/lngWId.4/qx/vb/scripts/ShowCode.
htmfordetails.**************************************
FunctionPause(Amount)
CheckforPauseAmountexceedingdefaul
tASPtimeouts,ResettheSession.Timeou
t
IfAmount>300ThenSession.Timeout=Amount
Start=Timer
DoUntilStart+Amount=Timer
Loop
Pause=Amount
EndFunction
PageBeginsHere
AmountPausedFor=Pause(5)
Response.Write"Wepausedfor"&AmountPausedFor&"seconds."
</p>asp可以使用微软的activeX使得网页功能无比强大,不过安全性也较差,而且是基于的windows服务器,所以性能稳定性也一般 |
|