Skip to content

Instantly share code, notes, and snippets.

@goodreds
Last active August 3, 2023 23:29
Show Gist options
  • Save goodreds/d045b54be8fa68746be0981e47ff59bd to your computer and use it in GitHub Desktop.
Save goodreds/d045b54be8fa68746be0981e47ff59bd to your computer and use it in GitHub Desktop.
Warn user before leaving current page
<script>window.onbeforeunload = function () {
return "Two buttons will be below this message asking if the user wants to stay on this page or leave.";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment