原因:

1:在配置文件或是设置中 设置了StartupFocus=true;

2:页面整体缺少FORM 标记 , 把FCKeditor  放入<form></form>中,

并且<form>标记尽可能的的囊括整个BODY 例如:

<body>

  <form>

     <FCKeditor></FCKeditor>

  </form>

</body>

相关文章: