ewebeditor使用教程(一)
归类于Web开发 | 2008年10月14日 | 发表评论 »我们在文章编辑中经常使用文章插件:EwebEditor.
而如何使用却令所有人非常头疼.现给出提交表单的方法,本文采用v2.8:
<form method="post" action="save.asp">
<INPUT type="hidden" name="content1" value=""/>
<IFRAME ID="eWebEditor1" src="editor/eWebEditor.asp?id=content1&style=s_coolblue" frameborder="0" scrolling="no" width="550" height="350"></IFRAME>
</form>


