Created
July 8, 2018 03:32
-
-
Save gilbertoquinteroA/e416ca6233e86321fe9c714732a165b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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