Skip to content

Instantly share code, notes, and snippets.

@jakemcc
Created June 6, 2011 12:28
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 jakemcc/1010159 to your computer and use it in GitHub Desktop.
Save jakemcc/1010159 to your computer and use it in GitHub Desktop.
pop-up multi-monitor
<html>
<head></head>
<body>
<input type="button" onclick="window.open(location.href,'myWindow','height=300,width=300,menubar=no,status=no,left=3000').focus();return false;" value="Try it">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment