当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP Redirect 方法

ASP
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator
ASP Quick Ref
ASP 摘要
ASP 实例

ASP Redirect 方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 406 ::
收藏到网摘: n/a

The Redirect method redirects the user to a different URL.
ASP Redirect(重定向)指令是用来给用户指向不同的URL链接的。

Syntax
语法

Response.Redirect URL

Parameter
参数
Description
描述
URL Required. The URL that the user (browser) is redirected to
必要参数. 为用户指向另一个网页的URL

Examples
举例

<%
Response.Redirect "http://www.w3schools.com"
%>

评论 (0) All

登陆 | 还没注册?