Created
April 28, 2012 15:46
-
-
Save agenciadroopi/2519886 to your computer and use it in GitHub Desktop.
ugly code for opening a window popup with one line of code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://www.google.com" onclick="myPopup=window.open(this.href,'myPopup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=500,left=0,top=0'); return false;">Link Description</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment