Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
prevent closing the browser - no way. but you can display an alert when you try to close the tab:
window.onunload = function()
{
return confirm('Вы хотите покинуть сайт?')
}
window.onbeforeunload = function(){
return confirm('Точно хотите выйти?');
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question