Displaying 1 result from an estimated 1 matches for "46bf1bc3".
2006 Feb 10
3
Using two select elements (master - slave)
Hi, I am looking for an opinion.
I need to have two select html elements in a form, the selection of the first
element will determine the elements of the second select.
I do not want to use AJAX, so I think I would like to add a onchange event in
the first select, but due to my lack of experience in rails I am somewhat
without ideas on the way of handling this "post back" event.
Thank