in reply to Detect Stop Button

I'm not as familiar with Apache as I am with Netscape's web server...but this is the sort of thing that's abstracted from a cgi-bin program.

Under Netscape's nsapi routines, you can detect a failure in net_write(), which includes the user pressing the stop button.

It would appear that there is an Apache equivalent, but you would need to be running something like mod_perl to gain access to the Apache "request write" functions.

From perusing the mod_perl lists, it appears there was a change starting with Apache 1.3.6. So...

More info found at this url: http://thingy.kcilink.com/modperlguide/debug/Handling_the_User_pressed_Stop_.html