You can use the code below to redirect to another page using vbscript. This can be useful for redirecting after database information is stored, or some kind of information is processed.
<% Response.Redirect(url) %>