Skip to content

Instantly share code, notes, and snippets.

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