JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
cycle rails in php
ALO AVI MPEG WMV 3GP MP4 iPod PSP Converter
">
how to compare two listbox values in javascript
weighted distribution functions
Text to flood74
"printfire "
show
getting
Text to flood72
Rate this script:
I Love it
/
I Hate it
window.onbeforeunload
Code
window.
onbeforeunload
=
function
(
evt
)
{
var
message =
'Are you sure you want to leave?'
;
if
(
typeof
evt ==
'undefined'
)
{
evt = window.
event
;
}
if
(
evt
)
{
evt.
returnValue
= message;
}
return
message;
}
window.onbeforeunload scripts
|
window.onbeforeunload snippet
|
window.onbeforeunload example
|
window.onbeforeunload tutorial
|
window.onbeforeunload code