> I need to update a db table when someone terminates an applet, either by
> going to another web page in that instance of the browswer - OR - when
[quoted text clipped - 3 lines]
> someone exits an applet. I have tried Applet.destroy() but that doesnt seem
> to work when someone merely kills the browser. Thanks, Ike
You need something that can be observed from the outside. Have the
applet open a network connection back to its server, and put some code
on the server to send a "heartbeat"... a short network message that
applet will respond to, verifying that it's still alive. If the
heartbeat isn't returned of there's an IOException on the socket, then
the applet is probably gone.

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation