如题~~~~

解决方案 »

  1.   

    一个例子<script language="javascript">
    function fck()
    {
     var oFCKeditor= FCKeditorAPI.GetInstance('welefen'); 
       oFCKeditor.EditorDocument.body.innerHTML=""; 
    }
    </script>
    <INPUT id=content style="DISPLAY: none" type="hidden" name="welefen">  
    <INPUT id=content___Config style="DISPLAY: none" type=hidden>  
    <IFRAME id=content___Frame  
      src="../fckeditor/editor/fckeditor.html?InstanceName=welefen&Toolbar=My" frameBorder=0 width=100% scrolling=no height="260" >  
     </IFRAME> 
     <input type="reset" value="reset" onclick="fck()" >