[thelist] Redirect AFTER Page loaded with ASP

Paul Bennett paul at web-business-pack.com
Thu Sep 16 16:13:12 CDT 2004


Rob Smith wrote:

>Hi 
>
>I'm looking for cleaver ways to redirect a user AFTER stuff has been written
>to a page in ASP. 
>
>Typically you can't by way of response.redirect("somepage.asp"). If you do
>this after you write stuff to the page, you get an error.
>
>Thanks in advance,
>
>Rob Smith
>  
>

 so , I assume that you want the user to read something and then be 
automagically redirected? you could use:

javascript? location.replace() ??

or the plain old meta redirect tag??


More information about the thelist mailing list