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
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