asp重定向页面的方法总结

返回上一页,一般用在判断信息提交是否完全之后% ''****************************** ''函数:GoBack() ''参数:无 ''作者:阿里西西 ''日期:2007/7/13 ''描述:返回上一页,一般用在判断信息提交是否完全之后 ''示例:%callGoBack()% ''****************************** SubGoBack() Response.write('scripthistory.go(-1)/script') EndSub %

作者: 来源: 时间: 17-11-23 15:26:43

返回上一页,一般用在判断信息提交是否完全之后<%
''******************************
''函数:GoBack()
''参数:无
''作者:阿里西西
''日期:2007/7/13
''描述:返回上一页,一般用在判断信息提交是否完全之后
''示例:<%call GoBack()%>
''******************************
Sub GoBack()
Response.write ("<script>history.go(-1)</script>")
End Sub 
%>
重定向到另外的链接
<%
''******************************
''函数:Go(url)
''参数:url,相对或绝对路径及网址
''作者:阿里西西
''日期:2007/7/13
''描述:重定向到另外的链接
''示例:<%call Go(http://www.alixixi.com)%>
''******************************
Sub Go(url)
Response.write ("<script>location.href(''" & url & "'')</script>")
End Sub 
%>
指定秒数重定向另外的连接
<%
''******************************
''函数:GoPage(url,s)
''参数:url,相对或绝对路径及网址;s,以秒为单位的时间后跳转
''作者:阿里西西
''日期:2007/7/13
''描述:指定秒数重定向另外的连接
''示例:<%call GoPage("http://www.alixixi.com",3)%>
''******************************
sub GoPage(url,s)
s=s*1000
Response.Write "<SCRIPT LANGUAGE=javascript>"
Response.Write "window.setTimeout("&chr(34)&"window.navigate(''"&url&"'')"&chr(34)&","&s&")"
Response.Write "</script>"
end sub 
%>
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们