I see in the document for form_remote_tag a little note about Javascript: A "fall-through" target for browsers that doesn?t do JavaScript can be specified with the :action/:method options on :html Which works by populating the ACTION html field for the form with a real URL, not a "#". Great. Can this be done with link_to_remote as well? I see no similar note in the doc for that method, and trying :html => { :href => "back_url" } was ignored. --ejw Eric Woodward Email: ejw@statewood.com