FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

ASP Redirect Method


Response Object Reference Complete Response Object Reference

The Redirect method redirects the user to a different URL.

Syntax

Response.Redirect URL

Parameter Description
URL Required. The URL that the user (browser) is redirected to

Examples

<%
Response.Redirect "http://tutorials"
%>

Response Object Reference Complete Response Object Reference