CKeditor中的内容为什么不能写入数据库?
代码入图,文件是asp,vbscript。win7操作系统,IIS7,数据库SQL2008.用3.0.1也好,还是用4.1.2也罢,在编辑器中输入的内容不能写入数据库。部...
代码入图,文件是asp,vbscript。win7操作系统,IIS 7,数据库SQL 2008.
用3.0.1也好,还是用4.1.2也罢,在编辑器中输入的内容不能写入数据库。
部分代码如下:
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<h3>新闻管理</h3>
<p><a href="news.asp">管理现有新闻</a> <a href="news_tjxw.asp">添加新闻</a></p>
<form action="<%=MM_editAction%>" method="post" name="form1" id="form1">
<table width="100%" align="center">
<tr valign="baseline">
<td nowrap="nowrap" align="right">新闻标题:</td>
<td><input type="text" name="new_bt" value="" size="32" />
</td>
</tr>
<tr valign="baseline">
<td nowrap="nowrap" align="right">内容:</td>
<td><input type="hidden" name="new_nr" value="" />
<textarea id="TextArea1" cols="20" rows="2" class="ckeditor"></textarea>
<script type="text/javascript">
CKEDITOR.replace('TextArea1');</script>
</td>
求大神对代码做出相应的解释。可追加悬赏!! 展开
用3.0.1也好,还是用4.1.2也罢,在编辑器中输入的内容不能写入数据库。
部分代码如下:
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<h3>新闻管理</h3>
<p><a href="news.asp">管理现有新闻</a> <a href="news_tjxw.asp">添加新闻</a></p>
<form action="<%=MM_editAction%>" method="post" name="form1" id="form1">
<table width="100%" align="center">
<tr valign="baseline">
<td nowrap="nowrap" align="right">新闻标题:</td>
<td><input type="text" name="new_bt" value="" size="32" />
</td>
</tr>
<tr valign="baseline">
<td nowrap="nowrap" align="right">内容:</td>
<td><input type="hidden" name="new_nr" value="" />
<textarea id="TextArea1" cols="20" rows="2" class="ckeditor"></textarea>
<script type="text/javascript">
CKEDITOR.replace('TextArea1');</script>
</td>
求大神对代码做出相应的解释。可追加悬赏!! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询