onUnload
Posted: Fri Jan 02, 2004 10:38 am
I am an EXTREME Javascript newbie...how would I make it so that something happens on the onUnLoad?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<body onunload="javascript: alert('unload event fired!')">