| onLoad |
| The instruction(s) to be acted upon are placed within quotes. This event handler will execute the instructions when the document has finished loading into the browser, hence the wording 'onLoad'. For example, after the entire page has finished loading and is displayed, the 'widget.class' Java applet will be executed: |
| <BODY onLoad="widget.class"> |
This Event Handler is used with the following: APPLET AREA BODY FRAMESET IMG LINK SCRIPT STYLE |