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上收到相关的内容, 展开
<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上收到相关的内容, 展开
2个回答
展开全部
没一点格式 参考下吧
<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>
<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>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询