Created
July 25, 2013 18:31
-
-
Save joncode/6082450 to your computer and use it in GitHub Desktop.
LINKS that popup new windows and new tabs !
This file contains hidden or 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
| <%= link_to "NEW TAB", merchants_path, :target => '_blank' %> | |
| <%= link_to "POPUP!", | |
| merchants_path, | |
| :onclick=>"window.open(this.href,'popup_form', 'height=371, width=460, top=200px, left=100px, directories=no, location=no, menubar=no, status=no, titlebar=no, toolbar=no, status=no');return false;" %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment