Skip to content

Instantly share code, notes, and snippets.

@iamtekeste
Created April 2, 2014 08:32
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 iamtekeste/9930202 to your computer and use it in GitHub Desktop.
Save iamtekeste/9930202 to your computer and use it in GitHub Desktop.
Alert During Page Reload!
<script type="text/javascript">
window.onbeforeunload = function() {
return "Dude, are you sure you want to leave? Think of the kittens!";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment