产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 求大神指点
kfkaile - 2015/3/6 11:00:42

8690
内容不能编辑。经过Dreamweaver查data_add.aspx看到:
<tr><td class='tdhead'>简介</td><td><textarea name='pa_introduct' id='pa_introduct' cols="80" rows="6" ></textarea><span id="pa_introduct_tip"></span></td></tr>
<tr><td class='tdhead'>内容</td><td><textarea name='content' id='content'  ></textarea><script type='text/javascript' src='/e/incs/fckeditor/fckeditor.js'></script><script  type='text/javascript'>var FCKeditor = new FCKeditor('content');FCKeditor.BasePath = '/e/incs/fckeditor/';FCKeditor.Height = 350;FCKeditor.Config['LinkBrowser'] = true;FCKeditor.Config['ImageBrowser'] =true;FCKeditor.Config['FlashBrowser'] =true;FCKeditor.Config['LinkUpload'] = true;FCKeditor.Config['ImageUpload'] =true;FCKeditor.Config['FlashUpload'] =true;FCKeditor.ToolbarSet ='Basic';FCKeditor.ReplaceTextarea();</script><span id="content_tip"></span><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td><input name='saveimage' type='checkbox' value='1'/>保存远程图片(<input type='checkbox' name='addwatermark' value='1' checked/>加水印)&nbsp;<input name='autotitlepic' type='checkbox' value='1'/>提取第<input type='text' name='titlepic_num' value='1' size='2' onkeyup=if(isNaN(value))execCommand('undo') onblur=if(this.value=='')execCommand('undo')>张图为缩略图(缩略图宽<input type='text' name='thumbnail_width' id='thumbnail_width' value='400' size='2' onkeyup=if(isNaN(value))execCommand('undo') onblur=if(this.value=='')execCommand('undo')>px&nbsp;高<input type='text' name='thumbnail_height' id='thumbnail_height' value='400' size='2' onkeyup=if(isNaN(value))execCommand('undo') onblur=if(this.value=='')execCommand('undo')>px)</td></tr></table></td></tr>

请问要如何修改才能使内容正常编辑,以及能提交文章,正常发布?求大神指点。
kfkaile - 2015/3/6 11:03:32
大神们,快快出来指点下小白。谢谢!:(
xiyou - 2015/3/6 11:25:09
浏览器开启兼容模式,或者换个浏览器试试,比如火狐,google浏览器这些
kfkaile - 2015/3/6 11:27:23
大哥,我用的是火狐浏览器。。。
xiyou - 2015/3/6 11:40:50
应该缺少文件导致的/e/incs目录重新上传一下
1
查看完整版本: 求大神指点