View Single Post
  #1 (permalink)  
Old 03-31-2008, 09:46 PM
arunpattnaik arunpattnaik is offline
Senior Member
 
Join Date: Mar 2008
Posts: 78
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
arunpattnaik is on a distinguished road
Default Javascript code for a "goodbye alert"

Hello guys,

Here is something which would make your visitors feel special! Remember yourself closing a website window and immediately getting a message saying "thank you for using our site"? Well here's the simple trick to do it. Just replace the <body> section of your website with the following code

Code:
 <body onUnload="window.alert('YOUR MESSAE GOES HERE')">
Reply With Quote