此问题解决方法及其简单。 、
原因是:
是:
是:
在使用ueditor时,Form 不能嵌入在表格内。
正确格式应为:
<form>
<table>
<script id=”container” name=”ArticleContent” type=”text/plain”><%=rs(“ArticleContent”)%></script>
</table>
</form>
<script src=”../ueditor/ueditor.config.js” type=”text/javascript” charset=”gb2312″></script>
<script src=”../ueditor/ueditor.all.js” type=”text/javascript” charset=”gb2312″></script>
<script type=”text/javascript”> var ue = UE.getEditor(‘container’);</script>