Knowledge
Base Article
ASP Redirect
Tutorial & Example
Redirect
Here
is an example of an ASP script, which redirects to a
different web page:
Just copy the following line, and save as an asp file (ie.
default.asp).
<% Response.Redirect("http://www.drudgereport.com")
%>
Back to Knowledge Base