[求助]有人有asp的ewebeditor没有,怎么调用
想做一个后台管理程序,想调用ewebeditor,那位大侠有现成的ewebeditor,并且怎么调用,请使用过的高手指点
看看下面的例子:
[CODE]
<td width="89%" class="all_table_ground1"><textarea name="content" id="content" style="display:none"></textarea>
<IFRAME ID="eWebEditor1" SRC="eWebEditor/eWebEditor.asp?id=content&style=s_blue1" FRAMEBORDER="0" SCROLLING="no" WIDTH="550" HEIGHT="320"></IFRAME>
</td>
[/CODE]
红色content是你的textarea的name,s_blue1是你应用eWebEditor的样式