Open New Window in Rails
Open New Window in Rails
by using the following methods of rails
example:
link_to 'Cool site', "http://chennairails.blogspot.com", :target => '_blank'
link_to "Busy loop", { :action => "busy" }, :popup => ['new_window',
'height=300,width=600']
ok bye