ASP@Workshop 
HOME > ASPリファレンス > Response オブジェクト > Redirect

Redirect (Response オブジェクト)

Response.Redirect URL

引数

URL
ブラウザのリダイレクト先を指定する URL です。

解説

ブラウザにリダイレクト メッセージを送信し、ブラウザが別の URL に接続するようにします。

使用例

Response.Redirect "a.asp"
Response.Redirect "../common/b.asp"


関連項目

CookiesBufferCacheControlCharsetContentTypeExpiresExpiresAbsolute
IsClientConnectedStatusAddHeaderAppendToLogClearEndFlush
Write



ASPリファレンス

Application オブジェクト
ASPError オブジェクト
Request オブジェクト
Response オブジェクト
Server オブジェクト
Session オブジェクト
ObjectContext オブジェクト


Copyright (C) 2006-2008 ASP@Workshop All rights reserved.