Hi,
I am writing following code for showing the drop down:-
<%= select("test", "type", ["test1", "test2"],
:onchange=>"alert('Test');")%>My problem is I have to add onchange event and call a javascript. Can anyone point me what is problem with my syntex? Thanks, Tushar -- 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.

