发表于:2007-11-26 09:06:423楼 得分:0 
我用的是FCKeditor编辑器。 
======================我现在想用ewebeditor编辑器,之前有用过asp的,可asp.net中用了这个ewebeditor编辑器就不能提交数据了所以,请谁给个ewebeditor编辑器的应用例子好吗?

解决方案 »

  1.   

     
    引用
    <asp:HiddenField ID="HiddenContent" runat="server"  />
                        <iframe id="HtmlEditor" src="../WebEditor/HtmlEditor.aspx?id=content2&style=standard" frameBorder="0" width="500px" scrolling="no"
    height="300"></iframe>点击提交按钮后,通过脚本赋值,最后提交
       document.getElementById("<%=HiddenContent.ClientID %>").value = window.frames["HtmlEditor"].getHTML();
      

  2.   

    我这里有个 http://download.csdn.net/source/433019  你去看看吧  挺好的
      

  3.   

    http://download.csdn.net/source/433019
    看看吧  我整了下