|
Redirect (Response オブジェクト)
Response.Redirect URL
引数
解説
ブラウザにリダイレクト メッセージを送信し、ブラウザが別の URL に接続するようにします。 使用例
Response.Redirect "a.asp" Response.Redirect "../common/b.asp" 関連項目
Cookies|Buffer|CacheControl|Charset|ContentType|Expires|ExpiresAbsolute| |
ASPリファレンス
Application オブジェクト ASPError オブジェクト Request オブジェクト Response オブジェクト Server オブジェクト Session オブジェクト ObjectContext オブジェクト |