Use Redirect to another page action to redirect users to another web page using internal or external links.
Note: An internal link is a link to any page within your web application. An external link is a link to another application or web site.
This action is available at any event except JavaScript onload events.
Replace the "red" value with an internal or external URL.
Note: To redirect to an external page, use an absolute link with the full URL. When redirecting to an internal link, you may omit the protocol, domain, and port.
'********** Redirect to another page ************
Response.Redirect "anypage.asp"
Response.End
See also:
•Redirect to user info edit page
•Redirect to details page after adding master record