+ -
当前位置:首页 → 问答吧 → 关于ewebeditor的问题

关于ewebeditor的问题

时间:2011-07-24

来源:互联网

代码如下
<INPUT type="hidden" name="content1" value="<?php echo stripslashes($row_person['content']);?>">
<IFRAME ID="eWebEditor1" src="../eWebEditor/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="850" height="350"></IFRAME>

content内容是从word中拷贝的图文文件,存入是用了addslashes函数。


为什么取出content内容时,内容进不了ewebeditor框内?

作者: chanya   发布时间: 2011-07-24

怕是要用js赋值才行。

作者: maochanglu   发布时间: 2011-07-26