百度编辑器ueditor ASP如何获取内容

<!--baidueditor--><scriptid="myEditor"name="myEditor"type="text/plain"style="width:10... <!--baidu editor-->
<script id="myEditor" name="myEditor" type="text/plain" style="width:100%;height:300px;">
<%=rs("nr")%>
</script>
<script type="text/javascript">
$(document).ready(function(){
var editor= UE.getEditor('myEditor');
});
</script>
<!--baidu editor end-->
以上是在线修改某一个内容的ASP代码,能正常读取,可是提交FORM的时候,
content=request("myEditor")
可是得到的content竟然是空的,为什么?
ASP如何到底如何获取这个内容啊?急,已经一个晚上没有解决了
另外用 content=request("myEditorValue")
也不起作用
已经试过N种方法了
真不知道问题出在哪里!!!!
展开
 我来答
eadio
2014-06-19 · TA获得超过1610个赞
知道小有建树答主
回答量:962
采纳率:80%
帮助的人:1016万
展开全部
<script id="myEditor" name="myEditor" type="text/plain" style="width:100%;height:300px;">

<textarea name="content" id="content"><% =request("content") %></textarea> '放编辑器的内容
<script type="text/javascript">
$(document).ready(function(){
var editor= UE.getEditor('myEditor');
document.getElementById("content") = editor; '赋值给textarea
});
</script>
百度网友9f6046c
2014-08-23
知道答主
回答量:2
采纳率:0%
帮助的人:2562
展开全部
<table width="94%" height="1357" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<form id="form1" name="form1" method="post" action="index1.asp">
<tr>
<th width="12%" height="400" align="right" valign="top" bgcolor="#FFFFFF" class="kuan01">项目分析</th>

改成
<form id="form1" name="form1" method="post" action="index1.asp">
<table width="94%" height="1357" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<th width="12%" height="400" align="right" valign="top" bgcolor="#FFFFFF" class="kuan01">项目分析</th>

就可以了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式