Displaying 1 result from an estimated 1 matches for "select01".
Did you mean:
pselect01
2007 Apr 26
0
Grabbing banners from other sites.
I want my banner ads to be rotated using ruby.
So I try this
<%= link_to_remote( image_tag("graphics/
select01.gif", :alt=>''Programming'', :size=>''100x20'', :border=>0),
:update => "select01_div",
:url =>{ :action => :select01_action }) %>
and it works. But this doesn''t seem to w...