Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

are you sure you want to close this window javascript

// Enable navigation prompt
window.onbeforeunload = function() {
    return true;
};
// Remove navigation prompt
window.onbeforeunload = null;
 
PREVIOUS NEXT
Tagged: #close #window #javascript
ADD COMMENT
Topic
Name
9+2 =