Event Handler Examples
The onLoad event handler is triggered when a page is (re)loaded: <BODY onLoad="myFunc()">The onUnload handler is called when a page is exited
Here’s another example:
<FORM
onSubmit="return check(this)">
...
</FORM>
Previous slide
Next slide
Back to first slide
View graphic version