Skip to content

Instantly share code, notes, and snippets.

@joncode
Created July 25, 2013 18:31
Show Gist options
  • Select an option

  • Save joncode/6082450 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/6082450 to your computer and use it in GitHub Desktop.
LINKS that popup new windows and new tabs !
<%= 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