link_to with parameters

This a possible approach:

   <%= link_to(          name,          options,          :onclick => "this.href += '?lat=' + encodeURIComponent($F('latitude'))"        )    %>

-- fxn