Version 0.3-3 is released.
This applet is useful if you need to be notified when a client finishes viewing a page of yours (e.g. to clean up resources held for that client). When the stop method is called it calls the script using GET. Include it in your page with
<APPLET CODE="NotifyPageExit.class" WIDTH=0 HEIGHT=0> <PARAM name="script" value="/cgi-bin/my_script?cleanup"> </APPLET>
Help yourself:
NotifyPageExit.java
NotifyPageExit.class