我去掉后台网站公告添加修改页面的编辑器【admin/KS.Announce.asp】这个页面
去掉了以下代码:
-
.echo "<script type=""text/javascript"" src=""../editor/ckeditor.js"" mce_src=""../editor/ckeditor.js""></script>"
- .echo "<script type=""text/javascript"">"
- .echo "CKEDITOR.replace('Content', {width:""98%"",height:""360px"",toolbar:""NewsTool"",filebrowserBrowseUrl :""Include/SelectPic.asp?from=ckeditor&Currpath="& KS.GetUpFilesDir() &""",filebrowserWindowWidth:650,filebrowserWindowHeight:290});"
- .echo "</script>"
并把代码:
-
.echo " <textarea name=""Content"" ID=""Content"" style=""display:none"">" & Server.HTMLEncode(Content) & "</textarea>"
修改为
-
.echo " <textarea name=""Content"" ID=""Content"" >" & Server.HTMLEncode(Content) & "</textarea>"
这样可以显示文本框了,但是无法保存和修改内容,点击确定增加 浏览器状态栏显示网页错误 就是不能保存
哪个知道原因是什么,帮帮忙
谢谢