没用过, 但你可以输入页面的代码分析一下, 看它生成什么对象, 一般都是动态生成iframe的

解决方案 »

  1.   

    <script>var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ;
    var oFCKeditor = new FCKeditor('bodystr') ;
    oFCKeditor.BasePath ="/";
    oFCKeditor.Value ="ee"
    oFCKeditor.Create() ;</script>
    <script>var w=window.screen.width-200;h=top.document.body.scrollHeight-320;document.write("<div id='divtable' style='position:absolute; width:100%; height="+h+"; z-index:1; overflow-x:hidden;overflow-y:auto; vertical-align:top ;margin-top:0;background-color:#ffffff'>")</script>xuzuning(唠叨) 你好,上面是我的代码,请问具体怎么用呢?
      

  2.   

    alert(FCKeditorAPI.GetInstance('TranscriptionHTML_Name').GetXHTML(true));
    'TranscriptionHTML_Name'为你textarea的ID.
      

  3.   

    var oEditor = FCKeditorAPI.GetInstance('EditorDefault') ;
    var content = oEditor.GetXHTML();alert (content);EditorDefault就是编辑器的InstanceName
      

  4.   

    FCKeditorAPI,我怎么提示没有这个啊