CODE: textField.name = this.options.paramName; IN "controls.js" LINE: 610 in ie6.0 this code has bug. you can test after this code as "alert(textField.outerHTML)" you can''t see name attribute in html. as this bug we can''t recivice paramer in request page. just like this code to use controls.js, ================================================================new Ajax.InPlaceEditor($(''tobeeditedTD''), ''FeiFei.aspx'', { paramName:''myvalue'', externalControl: ''tobeeditedTDEditControl'', }); ==================================================================and in FeiFei.aspx: ================================================================Response.Write(Request["myvalue"]); Response.End(); ================================================================ the result is we can''t see anything!!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---