中国最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2

ASP 教程

ASP Redirect 方法

阅读 (1748)

ASP Redirect 方法


Response 对象参考手册 完整的 Response 对象参考手册

Redirect 方法把用户重定向到一个不同的 URL 。

语法

Response.Redirect URL

参数 描述
URL 必需。用户浏览器被重定向的 URL。

实例

<%
Response.Redirect "http://www.w3cschool.cn"
%>


Response 对象参考手册 完整的 Response 对象参考手册
关闭
程序员人生