Applet question!!!

Hello there!!! I have an applet that sends text messages to a remote pc (chat application). I want to send a text message once the user closed the browser or another page is displayed or in general when the applet is no longer running. I tried to use the stop() method by it seems that it dont work even destroy()method for final clean-up. Do you know any other ways?

Thanks mate!!!

[403 byte] By [tabachuy] at [2007-9-26 1:37:36]
# 1
Let the applet regulary send "I am still here" messages. if none comes for long enough time assume it is dead.
arcosh at 2007-6-29 2:24:34 > top of Java-index,Archived Forums,Java Programming...
# 2
thanks arcosh!!!yeah... I know what you mean but is there any other ways than this...? I'm sort of saving this as my last card, hehehe!!!Thanks anyways!!!
tabachuy at 2007-6-29 2:24:34 > top of Java-index,Archived Forums,Java Programming...