id summary reporter owner description type status priority milestone component version resolution keywords cc 7965 FCK is not defined fckeditor/2.6/editor/js/fckeditorcode_gecko.js Line: 31 sandhya "Hi, I am using FCK editor 2.6 with asp.net 3.5 and ajax toolkit script manager. I have added following code to get updated text from fck editor. btnSave.Attributes.Add(""onclick"", ""FCKUpdateLinkedField('"" + this.FckClientId.ToString() + ""');""); and on aspx page function FCKUpdateLinkedField(id) { try { if (typeof (FCKeditorAPI) == ""object"") { FCKeditorAPI.GetInstance(id).UpdateLinkedField(); } } catch (err) { } } but this gives fck undefined error in FF. Can u please post the patch for this. I have referred all post in 234 & 1235 but not able to fix it. Thanks & Regards Sandhya. " Bug closed Normal General FCKeditor 2.6 invalid sandhya.pingale@…