Skip to content

Instantly share code, notes, and snippets.

@luisfdeandrade
Created August 9, 2013 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisfdeandrade/6195296 to your computer and use it in GitHub Desktop.
Save luisfdeandrade/6195296 to your computer and use it in GitHub Desktop.
OnClose Window = Antes de fechar a página
window.onbeforeunload = function(e) {
return "Atençao, existe uma tarefa em execuçao";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment