[thelist] Redirect AFTER Page loaded with ASP

Scott Dexter dexilalolai at yahoo.com
Thu Sep 16 15:49:15 CDT 2004


> I'm looking for cleaver ways to redirect a user AFTER stuff has

a knife typically works for me (yukyukyuk)
> 
> 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.

use javascript ...

<body onload="document.href.location='<%=wheretogo%>';">

er something like that...

sgd


More information about the thelist mailing list