onUnload

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Straterra
Forum Regular
Posts: 527
Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:

onUnload

Post by Straterra »

I am an EXTREME Javascript newbie...how would I make it so that something happens on the onUnLoad?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Code: Select all

<body onunload="javascript: alert('unload event fired!')">
Post Reply