Displaying 1 result from an estimated 1 matches for "phys_form".
2006 Nov 02
5
RJS error in internet explorer
...''ve googled this and i get a lot of results with people getting this
error when adding rows to tables.. this doesn''t do that, but it does
insert an option to the drop down.
here''s my rjs template:
unless params.has_key?("commit")
if params[:cancel]
page[:phys_form].visual_effect :blind_up
else
page[:phys_form].replace_html :partial => ''phys_form''
page[:phys_form].visual_effect :blind_down
end
else
if @doctor.save
page.insert_html :bottom, ''doctor_id'', ''<option value="'' +
@doct...