关于eWebEditor在线文本编辑器--怎么插入Mysql数据库
如题,不知在哪里修改?
------解决方案-------------------- <textarea style= "display:none " name= "content1 "> <%=sContent%> </textarea>
<iframe id= "eWebEditor1 " src= "../eWebEditor.jsp?id=content1&style=standard " frameborder= "0 " scrolling= "no " width= "650 " height= "350 "> </iframe>
/////
获取content1的值(html代码),content1的值也是String类型的,就像处理普通string类型一样放入到数据库即可。