Redirect after $Response->Flush using $Server->RegisterCleanup

2003-01-23 Thread Fernando Munoz
I'm trying to make an ASP script to do some work after the actual HTML has been served and, as a result of that procedure to go, redirect, execute another script where a new HTML page is served. I've tried using $Server->RegisterCleanup after $Response->Flush but it seems like as consequence of the

Re: Redirect after $Response->Flush using $Server->RegisterCleanup

2003-01-23 Thread Josh Chamas
Fernando Munoz wrote: I'm trying to make an ASP script to do some work after the actual HTML has been served and, as a result of that procedure to go, redirect, execute another script where a new HTML page is served. I've tried using $Server->RegisterCleanup after $Response->Flush but it seems lik