fckeditor 不显示有问题

在页面上的源码有fckeditor的相关代码,但网页上没有显示出来,就像图片上一样,希望大家帮帮忙,感谢了,分数可以追加!<formaction="shou.jsp"me... 在页面上的源码有fckeditor的相关代码,但网页上没有显示出来,就像图片上一样,希望大家帮帮忙,感谢了,分数可以追加!
<form action="shou.jsp" method="post" target="_blank">
<div><input type="hidden" id="content" name="content" value="
input
"><input type="hidden" id="content___Config" value="SkinPath=/compass/FCKeditor/editor/skins/silver/"><iframe id="content___Frame" src="/FCKeditor/editor/fckeditor.html?InstanceName=content&Toolbar=Default" width="400" height="200" frameborder="no" scrolling="no"></iframe></div>

<input type="submit" value="Submit">

</form>
上面是这张网页的有关fckeditor的代码,并且能在shou.jsp上收到相关的内容,
展开
 我来答
熬飞雨Ax
2009-05-18 · TA获得超过343个赞
知道小有建树答主
回答量:231
采纳率:0%
帮助的人:186万
展开全部
没一点格式 参考下吧
<html>
<head>
<script src=/fckeditor/fckeditor.js"></script>
</head>
<body>
<form action="shou.jsp" method="post" target="_blank">
<script>
var editor = new FCKeditor('message');
editor.BasePath='/fckeditor/';
editor.Height=280;
editor.ToolbarSet='Default';
editor.Create();
</script>
<input type="submit" value="提交" name="button">
</form>
</body>
</html>
琳凌一
2012-06-25
知道答主
回答量:30
采纳率:0%
帮助的人:17.2万
展开全部
怎么解决的,贴下来呗,我也出现这种情况了,谢谢
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式