如何使用在线web编译器

来源:百度知道 编辑:UC知道 时间:2024/05/31 17:37:07
我要做一个网站,在后台使用web编译器管理新闻,
但不知道如何将编译器嵌入后台网页中去。请高人指点,谢谢
是 eWebEditor

下载地址
http://www.ewebeditor.net/
这么搞啊?
<IFRAME ID="eWebEditor1" src="eWebEditor/ewebeditor.asp?id=content&style=standard" frameborder="0" scrolling="no" width="550" height="350"></IFRAME >
这是我的网页调用eWebEditor的代码,还有怎么弄啊?

用IFRAME

<input type="hidden" name="content1" value="">
<iframe id="eWebEditor1" src="ewebeditor.htm?id=content1&style=standard600&skin=office2003" frameborder="0" scrolling="no" width="600" height="350"></iframe>

fckedit嘛