chap14-8.asp

来自「SQL2000跟课件学习的源代码 分享共同学习」· ASP 代码 · 共 12 行

ASP
12
字号
<%  times=time	'取当前时间
if (times=>#9:00:00AM#)and(times<=#5:00:00PM#) then
  Response.Redirect "page1.asp"
Else
  Response.Redirect "page2.asp"
End if
%>
<html>
<head><title>Response对象的Redirect方法</title></head>
<body>
</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?