刷新页面是会报FCKeditorAPI is undefined 错误。FCKeditorAPI.GetInstance("content").EditorDocument 会报undefined错误。而且这段代码在谷歌浏览器下可以正常运行,在火狐浏览器中报如上的错误。这种应该怎么修改呢?求指教
要在FCKeditor_OnComplete中调用FCKeditorAPI.GetInstance("content").EditorDocument,肯定是fckeditor还没初始化好你就调用了