Skip to content

Instantly share code, notes, and snippets.

@jmas
Last active May 4, 2020 14:39
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 jmas/8cbc4622bd6e48483c05215ef522ec20 to your computer and use it in GitHub Desktop.
Save jmas/8cbc4622bd6e48483c05215ef522ec20 to your computer and use it in GitHub Desktop.
<button>
Click
</button>
document.querySelector('button').onclick = () => {
var win1 = window.open('http://google.com', '_blank');
var win2 = window.open('http://google.com', '_blank');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment