back to <BODY onUnload="...">

An Example of the onUnload Event Handler

This page has an example of <BODY onUnload="...">. The <BODY ...> tag for this page looks like this:

<BODY onUnload="alert('bye now!')">

Try clicking back to the main page to see it work.