1. Computing & Technology

Onunload

From , former About.com Guide

See More About:
Definition: The onunload event is used to define actions to be taken when the web page to which it is attached is unloaded (ie. when your visitor moves on to another page). This is not a reserved word so you can declare your own variable or function called onunload but if you do then you will not be able to use this event.
Examples:
<body onunload="myFunction(this)">

©2012 About.com. All rights reserved.

A part of The New York Times Company.