Answers for "are you sure you want to close this window javascript"

0

are you sure you want to close this window javascript

// Enable navigation prompt
window.onbeforeunload = function() {
    return true;
};
// Remove navigation prompt
window.onbeforeunload = null;
Posted by: Guest on October-29-2021

Code answers related to "are you sure you want to close this window javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language