I am working on a Form, where there is customer and billing info, In a lot of cases, these would be the same, so I have a "Copy from above" button that copies the customer info into the billing info fields. I use $('b_country').value = $F('c_country'); new Effect.Highlight($('b_country')); This works great on everything on Firefox, but fails on the select box in IE. What is the correct way to set a value of a Select on IE?? Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http://www.incontrolsolutions.com |
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs