JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
DHTML Tabs
image preview
scrolling events
Yubnub "shortcut " command source
"howold "
GlichCo PC Error Stopper
teste
test
"how old "
test
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