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;” %>
Created on April 16, 2008 23:21
by
r (75.169.90.131)