标题:ewebeditor在线编辑器提交不了数据是什么原因?状况如图
只看楼主
kira007
Rank: 2
等 级:论坛游民
帖 子:294
专家分:27
注 册:2007-6-28
结帖率:50%
 问题点数:0 回复次数:0 
ewebeditor在线编辑器提交不了数据是什么原因?状况如图
描  述:
      <input name="HtmlCode" type="hidden" id="HtmlCode" value="" />
  <iframe id="HtmlCode" src="htmledit/ewebeditor.asp?id=HtmlCode&amp;style=standard" frameborder="0" scrolling="No" width="550" height="350"></iframe>
------------------------------------------------以下为添加保存代码---------------------------------------
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from eHTML",conn,1,3
rs.addnew
Dim strDetail
For i = 1 To Request.Form("HtmlCode").Count
strDetail= strDetail & Request.Form("HtmlCode")(i)
Next
rs("htmlname")=request.form("htmlname")
rs("HtmlCode")=strDetail
rs.update
rs.close
set rs=nothing

00s.jpg (40.44 KB)
搜索更多相关主题的帖子: ewebeditor 编辑器 HtmlCode 数据 
2008-02-13 10:27



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-199768-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.678392 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved