Created
August 20, 2011 01:49
-
-
Save allex/1158485 to your computer and use it in GitHub Desktop.
window.close method of JavaScript not working in Chrome
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
window.open('', '_self', ''); | |
window.close(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment