主题: 在加载的时候 出错 求救啊!!!!我快崩溃了 求解决 |
作者: 菜鸟, 发布日期: 2010-10-15 15:08:53, 浏览数: 4859 |
html is undefined
return html.replace(/<embed[^>]*typ...]*>(?:<\/embed>)?/ig, function($0) { kindeditor.js (第 3696 行)
在打开页面的是 页面的时候 加载编辑器 为什么会出现上面的错误 死活就是出错 下面的我的代 码 我快崩溃了 求解决
<script type="text/javascript" src="../../kindeditor/kindeditor.js" charset="utf-8"></script>
<form name="omx_form1" action="edit.do" method="post" > <td align="left" valign="top" nowrap> <textarea id="content" name="content" style="width:700px;height:300px;visibility:hidden;"></textarea> </td> </from> <script> KE.show({ id : 'content', afterCreate : function(id) { KE.event.ctrl(document, 13, function() { KE.util.setData(id); alert(omx_form1.content.value); ////document.forms['omx_form1'].submit(); }); KE.event.ctrl(KE.g[id].iframeDoc, 13, function() { KE.util.setData(id); alert(omx_form1.content.value); ////document.forms['omx_form1'].submit(); }); } }); function formmit(obj){ KE.util.setData('content'); alert(omx_form1.content.value); return false; return submitForm(obj); } </script> |
作者: guxin, 发布日期: 2010-10-15 23:08:53 |
代码高亮测试: void main(void) { unsigned char x; } <?php echo 'test'; ?> |
回复 |