tabe feche alerta em js
window.addEventListener('beforeunload', function (e) {
e.preventDefault();
e.returnValue = '';
});
Homely Hamerkop