Along the same lines, in ASP, a redirect is done simply by telling the page where you want to send a visitor.

<%
Response.Redirect("http://servername/pagename.asp")
%>

Of course, in ASP, there is no way to specify the timeout for sending you there, but that can be done through other scripting and functions within the page.