Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
124 views

Goodbye Alert (JavaScript Animation)

This short JavaScript code inserts an alert pop-up into the <body> tag that triggers when the page is unloaded. The alert pop-up displays a customizable message to the user as they navigate away from the page.

Uploaded by

Amit Sony
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
124 views

Goodbye Alert (JavaScript Animation)

This short JavaScript code inserts an alert pop-up into the <body> tag that triggers when the page is unloaded. The alert pop-up displays a customizable message to the user as they navigate away from the page.

Uploaded by

Amit Sony
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Goodbye Alert

Insert into <BODY>


<body onUnload="window.alert('YOUR MESSAE GOES HERE')">

You might also like