function reset(){ var content = FCKeditorAPI.GetInstance("content"); content.EditorDocument.body.innerHTML=""; //清空FCK }