Response.Redirect (gb.web)

Static Sub Redirect ( URL As String )

Redirect the HTTP client to another URL.

If the specified URL has no host, then the host of the request is used.

You should end the CGI script immediately after having used this method.