js 获取FCKeditor 值

     <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server">
        </FCKeditorV2:FCKeditor>
           var oEditor = FCKeditorAPI.GetInstance("FCKeditor1");
            var txtContent = oEditor.GetXHTML(true);
            alert(txtContent);
原文地址:https://www.cnblogs.com/taoys/p/2227988.html