I''ve got a question about the inplaceSelect code. I''m trying to pass additional namepairs as an option through inplaceSelect, but anything in the options parm (''moreinfo=extrainfo'') doesn''t seem to arrive at the server? I''m watching the code in firebug and the post from the inplaceSelect only includes the values from the select list. Am I''m using inplaceSelect in the right way? I''m still figuring this out, so I''m not discounting that this could be something glaringly obvious. :-) Here''s the code I''m using: <script type="text/javascript"> new Ajax.InPlaceSelect(''locationSelect'', ''ajxInPlaceSelectResponse.asp'', <%=GetLocationValues(iOfficeID) %>, < %=GetLocationLabels(iOfficeID) %>,{parameters:''moreinfo=extrainfo''}); </script> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---