This page runs loads an applet. The applet will extract test.dll and place it in the user.home directory.
The applet will then load test.dll. Test.dll will display a message box saying it has been loaded.
When pushing the button below, the JavaScript function "callAppletFunction" will call a Java function in the applet which writes a message to the Java console.
When you exit Netscape, it should unload test.dll. Test.dll will display a message box saying it has been unloaded.
With Netscape 4, the message box is displayed upon exiting.
With Netscape 6, it is not. If you do not push the button, the message box will be displayed upon exiting.