我引用个编辑器控件ckeditor
<script src="PublicSentimentCustomMade/js/ckeditor/config.js" type="text/javascript"></script>
<script src="PublicSentimentCustomMade/js/ckeditor/ckeditor.js" type="text/javascript"></script>
这是引用的
<textarea rows="8" style="height: 250px; width: 1600px" class="ckeditor" cols="78"
name="mContents" id="mContents" runat="server"></textarea>
这是前台的 后台没有写方法 游览页面的时候 就会爆如题的那个错误
请问如何解决
全贴出来
具体的问题没有找到 我换了一个最新版本的 就没有出现问题 哎 结贴了
赋值失败导致的空指针,用firbug追踪下代码即可。
能细说么 没有用过firbug方式追踪代码
@落叶知秋: 一般浏览器 F12 火狐的话加载个firbug插件
@takeurhand: 运行报就行: 6 错误: “CKEDITOR”未定义 这个错误 然后就报如题的错误了