Skip to content

Instantly share code, notes, and snippets.

@j-mccarthy
Created April 2, 2014 15:58
Show Gist options
  • Save j-mccarthy/9937054 to your computer and use it in GitHub Desktop.
Save j-mccarthy/9937054 to your computer and use it in GitHub Desktop.
<!-- Open New window onclick Javasript method -->
<a href="http://chriscoyier.net" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">This link will open in new window/tab</a>
<!-- Open New window onclick HTML5 method -->
<a href="http://chriscoyier.net" target="_blank">This link will open in new window/tab</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment