<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server"> </FCKeditorV2:FCKeditor>
var oEditor = FCKeditorAPI.GetInstance("FCKeditor1"); var txtContent = oEditor.GetXHTML(true); alert(txtContent);