| onUnload |
| The instruction(s) to be executed are placed within quotes. This event handler will execute the instruction when the document is 'unLoaded'. That is, when you leave the current page. The following event handler will run the 'widget2.class' Java applet when a link from the current window is followed, thus closing the current, original window: |
| <BODY onLoad="widget.class" onUnload="widget2.class"> |
This Event Handler is used with the following: BODY FRAMESET |