后台编辑器

来源:互联网 发布:ubuntu emacs 安装 编辑:程序博客网 时间:2024/05/01 22:37

 首先吧后台编辑器代码(ewebeditor)文件夹中的内容放到目录下,然后在前台添加

 <iframe id="eWebEditor1" runat="server" frameborder="0" height="300" scrolling="no"
                        src="ewebeditor/ewebeditor.htm?id=content1&style=coolblue" width="734"></iframe>
                    <asp:HiddenField ID="content1" runat="server" />

注意修改<%@ Page 标签,添加属性ValidateRequest="false"