[thelist] Stopping an ASP script

Scott Dexter sgd at ti3.com
Wed Oct 25 14:46:48 CDT 2000


> -----Original Message-----
> From: Tab Alleman [mailto:talleman at autobex.com]
> 
> When a user submits a form that starts an ASP script running, and then
> decides to use the BACK key, or otherwise goes somewhere 
> else, is there any
> way to stop the script from running on the server?
> 

Response.IsClientConnected is a read-only boolean that tells you if the
connection is still open to the client.

I haven't played with it, so I dunno how reliable it is for this specific
scenario, but its as close as I can think of off the top of my head and
definitely worth a shot....

sgd
--
work: http://www.ti3.com/
non: http://thinksafely.org/





More information about the thelist mailing list