
03-11-2005, 12:37 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,217
|
|
In general terms, it's done to stop the timer.
You could use it as a form button if you were doing some sort of "stopwatch"-style application where someone had to clock the form button to pause the clock.
In this case, it's being used when the page is unloaded (either the browser is closed or the user is going somewhere else) to stop the time.
|