Skip to content

Instantly share code, notes, and snippets.

@gilbertoquinteroA
Created July 8, 2018 03:32
Show Gist options
  • Save gilbertoquinteroA/e416ca6233e86321fe9c714732a165b0 to your computer and use it in GitHub Desktop.
Save gilbertoquinteroA/e416ca6233e86321fe9c714732a165b0 to your computer and use it in GitHub Desktop.
if (window.confirm("Do you really want to leave?")) {
window.open("https://www.google.com", "Thanks for Visiting!");
}else{
window.open("https://gilbertoquinteroa.github.io/MyWork/", "Thanks for Visiting!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment