Displaying 1 result from an estimated 1 matches for "type_select".
2006 May 08
1
replace_html on a select fails on IE and Opera
I am using an rjs file to do a page.replace_html on a select field as 
follows:
@inrhtml = options_from_collection_for_select( @widgets, "id", "name")
page.replace_html "type_select", @inrhtml
I have it working on firefox and safari but it doesn''t work on IE and 
opera?
My javascript defaults are up-to-date.
I would appreciate any help.
thx,
-hkn
-- 
Posted via http://www.ruby-forum.com/.