Home JS Other Detail
window.addEventListener('beforeunload', function (e) { e.preventDefault(); e.returnValue = ''; });