Skip to content

Instantly share code, notes, and snippets.

@webmasterninjay
Created June 28, 2017 21:26
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 webmasterninjay/2d909decf93e3303bfbd1c83315f7eb5 to your computer and use it in GitHub Desktop.
Save webmasterninjay/2d909decf93e3303bfbd1c83315f7eb5 to your computer and use it in GitHub Desktop.
Simple link pop up.
<a href="http://www.website.com/" onclick="window.open(this.href, null, 'height=750, width=800, toolbar=0, location=0, status=0, scrollbars=1, resizable=1'); return false;">Link Text</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment