I have an ASP page where...assuming validation the user is redirected to
another page after hitting the Submit button. Within <% %> What code is
necessary to redirect the user to the correct page?

Thanks

Re: Hyperlink wtihin ASP by Stefan

Stefan
Fri Apr 07 04:04:21 CDT 2006

See http://support.microsoft.com/kb/301464/en-us

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


"Arne Beruldsen" <ArneBeruldsen@discussions.microsoft.com> wrote in message
news:F6E46655-77BC-4B41-A6FF-A158FC7DD88D@microsoft.com...
|I have an ASP page where...assuming validation the user is redirected to
| another page after hitting the Submit button. Within <% %> What code is
| necessary to redirect the user to the correct page?
|
| Thanks



Re: Hyperlink wtihin ASP by clintonG

clintonG
Fri Apr 07 10:30:08 CDT 2006

<% Response.Redirect("correctpage.asp") %>

<%= Clinton Gallagher



"Arne Beruldsen" <ArneBeruldsen@discussions.microsoft.com> wrote in message
news:F6E46655-77BC-4B41-A6FF-A158FC7DD88D@microsoft.com...
>I have an ASP page where...assuming validation the user is redirected to
> another page after hitting the Submit button. Within <% %> What code is
> necessary to redirect the user to the correct page?
>
> Thanks