1. Home
  2. Computing & Technology
  3. JavaScript

Onunload

By Stephen Chapman, About.com

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)">

Explore JavaScript

More from About.com

  1. Home
  2. Computing & Technology
  3. JavaScript
  4. Reference
  5. Javascript Glossary - Onunload

©2008 About.com, a part of The New York Times Company.

All rights reserved.