Ghazal Mir wrote:
> hi
> i want to get a picture and a linke as inputs from user and then when
> user clicked on that picture it goes to that link related to the picture
> do anyone know how?
> thanks in advance

<%= link_to image_tag( 'img1.jpg' ), :action => 'action_to_perform' %>
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to