kindeditor asp 取不到编辑框的值?
我按着例子复制上去的,但添加数据时,取不到编辑框中的值?大家帮帮忙!KindEditor.ready(function(K){vareditor=K.editor({al...
我按着例子复制上去的,但添加数据时,取不到编辑框中的值?大家帮帮忙!
KindEditor.ready(function(K) {
var editor = K.editor({
allowFileManager : true
});
var editor = K.create('textarea[name="content"]', options);
html = editor.html(); // 同步数据后可以直接取得textarea的value
editor.sync();
editor.html('HTML内容');
这段是官网上的内容,后面是ASP入库的
rs("content")=Request.Form("content")
这是调用编辑器的
<textarea id="editor_id" name="content" style="width:95%;height:400px;visibility:hidden;"><%=content%></textarea>
应该有的我都有了,怎么取不到值 呢? 展开
KindEditor.ready(function(K) {
var editor = K.editor({
allowFileManager : true
});
var editor = K.create('textarea[name="content"]', options);
html = editor.html(); // 同步数据后可以直接取得textarea的value
editor.sync();
editor.html('HTML内容');
这段是官网上的内容,后面是ASP入库的
rs("content")=Request.Form("content")
这是调用编辑器的
<textarea id="editor_id" name="content" style="width:95%;height:400px;visibility:hidden;"><%=content%></textarea>
应该有的我都有了,怎么取不到值 呢? 展开
1个回答
展开全部
获取编辑框的值 是要用js写的,然后 form提交或者ajax给asp然后入库。
----
举个栗子,1.html中定义了 kindeditor编辑器,前端js 获取content值,然后 点击按钮 form提交给
a.asp,a.asp使用
rs("content")=Request.Form("content")
接收数据然后写入数据库。
追问
var editor = K.create('textarea[name="content"]', options);
html = editor.html(); // 同步数据后可以直接取得textarea的value
editor.sync();
editor.html('HTML内容');
这一段不是JS取值吗? 按钮 form时我已用Request.Form 但取不到值。
追答
rquest("content")
我总觉得你把服务器端代码和客户端混在一起了= =
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询