当前位置: 代码迷 >> .NET相关 >> FCKeditorV2有关问题
  详细解决方案

FCKeditorV2有关问题

热度:4792   发布时间:2013-02-26 00:00:00.0
FCKeditorV2问题
快速点击页面按钮时,会出现‘没有权限’脚本错误。
fckeditorcode_ie.js出现FCK.EditorDocument.detachEvent("onselectionchange",Doc_OnSelectionChange)错误

------解决方案--------------------------------------------------------
检查Response.Write( @"(function(){var d=document.domain;while (true){try{var A=window.top.opener.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();" );
文件夹操作权限
------解决方案--------------------------------------------------------
文件夹权限问题
FCKeditorV2