Skip to content

Instantly share code, notes, and snippets.

@rmasters
Created August 15, 2010 23:36
Show Gist options
  • Save rmasters/526088 to your computer and use it in GitHub Desktop.
Save rmasters/526088 to your computer and use it in GitHub Desktop.
function closeIt()
{
return "Are you sure you want to leave this page?";
}
window.onbeforeunload = closeIt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment