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

