Applet Name: Notify Page Exit
Applet Source: NotifyPageExit.java
import(s): java.applet, java.net
Feature(s): network
Author: Ronald Tschalaer
This applet is used to notify me when a user moves away from the page.
It works by opening a connection to a cgi-script on the machine where the
page was picked up from when the stop() method is called. Note: this works
under current Netscape security restrictions, as it only connects home
and doesn't try to actually open any streams (all info is passed via the
query string).