当前位置: 代码迷 >> Java Web开发 >> 关于eWebEditor在线文本编辑器-如何插入Mysql数据库
  详细解决方案

关于eWebEditor在线文本编辑器-如何插入Mysql数据库

热度:93   发布时间:2016-04-17 16:55:29.0
关于eWebEditor在线文本编辑器--怎么插入Mysql数据库
如题,不知在哪里修改?

------解决方案--------------------
<textarea style= "display:none " name= "content1 "> <%=sContent%> </textarea>
<iframe id= "eWebEditor1 " src= "../eWebEditor.jsp?id=content1&amp;style=standard " frameborder= "0 " scrolling= "no " width= "650 " height= "350 "> </iframe>
/////
获取content1的值(html代码),content1的值也是String类型的,就像处理普通string类型一样放入到数据库即可。
  相关解决方案