Venu Gopal wrote:
> Hi
> 
>    I need help regarding displaying of a save button when we select some
> thing from the drop down.

Hi,

Try using the following

<%= select_tag "name", options_for_select(["Free", "Basic", "Advanced", 
"Super Platinum"], "Free"), {:onchange => "call a javascript function 
that will show the save button"} %>

Might Help.

Regards

Saurabh
-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to