From: Phillip Gawlowski Date: 2007-04-27T14:04:59+09:00 Subject: Re: Grabbing banners from other sites. jimjohnlists@yahoo.com wrote: > 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 work for me. Does ruby expect > images to be local even if we do http://? > > <%= link_to_remote( image_tag(http:// > globalwarmingawareness2007.org.uk /graphics/ > select01.gif, :alt=>'Programming', :size=>'100x20', :border=>0), > :update => "select01_div", > :url =>{ :action => :select01_action }) %> > > > http://www.rubyonrails.org/community -- Phillip "CynicalRyan" Gawlowski http://cynicalryan.110mb.com/ http://clothred.rubyforge.org Rule of Open-Source Programming #5: A project is never finished.