search for: whatever_url

Displaying 1 result from an estimated 1 matches for "whatever_url".

2010 Mar 09
9
Ajax-submit form on "check box onclick ": why this error?
Hi there, I need to have a checkbox which ajax-submits a form. The following code throws an error "index 112009 out of string". What''s wrong here? ============================================== <% form_remote_tag :url => { whatever_url } do -%> <%= check_box_tag ''whatever'', nil, whatever, { :onclick => "#{remote_function(''this.form.submit();'')}", :disabled => false } %> <% end -%> ============================================== Thanks for any help with this! Tom...