|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
帮助用户快速实现各种应用服务,ASP商有整合各方面资源的能力,可在短期内为用户提供所需的解决方案。例如,典型的ERP安装,如果要在客户端安装的话需要半年到二年的时间,但是美国的一些ASP商如USI和CORIO能在90—120天内提供ERP应用方案。页面1、
<%Response.Buffer=True%>
<%
Setupthevariablesnecessarytoaccomplishthetask
DimTimerStart,TimerEnd,TimerNow,TimerWait
Howmanysecondsdoyouwantthemtowait...
TimerWait=5
Setupandstartthetimers
TimerNow=Timer
TimerStart=TimerNow
TimerEnd=TimerStart+TimerWait
Keepitinaloopforthedesiredlengthoftime
DoWhile(TimerNow<TimerEnd)
Determinethecurrentandelapsedtime
TimerNow=Timer
If(TimerNow<TimerStart)Then
TimerNow=TimerNow+86400
EndIf
Loop
Okaytimesup,letsgitemoutahere
Response.Redirect"nextpage.html"%>
2、
<%
SubTimeDelaySeconds(DelaySeconds)
SecCount=0
Sec2=0
WhileSecCount<DelaySeconds+1
Sec1=Second(Time())
IfSec1Sec2Then
Sec2=Second(Time())
SecCount=SecCount+1
EndIf
Wend
EndSub
%>
Tochangedelayadjusthere
<%TimeDelaySeconds(2)%></p>无法实现跨操作系统的应用。当然这也是微软的理由之一,只有这样才能发挥ASP最佳的能力。可是我却认为正是Windows限制了ASP,ASP的概念本就是为一个能让系统运行于一个大的多样化环境而设计的; |
|