View Single Post
  #2 (permalink)  
Old 03-20-2007, 05:16 AM
nickvd nickvd is offline
WMG Newcomer
 
Join Date: Mar 2007
Posts: 17
iTrader: (0)
nickvd is on a distinguished road
Default

Take a look at the confirm function.

Code:
if (confirm("Are you sure you want to close this window?")) {
  window.close()
}
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block