js 获取FCKeditor 值
<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server">
</FCKeditorV2:FCKeditor>
var oEditor = FCKeditorAPI.GetInstance("FCKeditor1");
var txtContent = oEditor.GetXHTML(true);
alert(txtContent);
浙公网安备 33010602011771号