window.addEventListener('beforeunload', function (e) {
// Prevent user from exiting page
e.preventDefault();
});