Ruby on Rails
HowToUsePopUpFromLink (Version #2)

<%= link_to ‘text’, {:action => :school_pop, :id => school.interface_name, :popup => 1, :id => school.id}, :onclick => “window.open(this.href,‘new_window’,‘scrollbars=yes,resizable=yes,width=760,height=480’); return false;” %>
<%= link_to ‘text’, {:action => :school_pop, :id => school.interface_name, :popup => 1, :id => school.id}, :onclick => “window.open(this.href,‘new_window’,‘scrollbars=yes,resizable=yes,width=760,height=480’); return false;” %>