庆祝s

或多或少
一个很好的在线编辑器------------------eWebeditor
我今天找到了一款很好的在线编辑器 ---ewebeditor 地址是http://www.ewebeditor.net/demo/
    我用的 是免费版的,
    只要在 Asp.net页的"源"里加入
<INPUT type="hidden" name="content1" value="">
<IFRAME ID="eWebEditor1" src="../back/tools/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="550" height="350"></IFRAME>
    就行了,把那个form 的action属性改为=“要交的页面就可以了”

    PS:要把web.config页中的  加入
      <system.web>
        <pages   validateRequest="false"   />
      </system.web>
否则会报错!!!

这样可能会有一点不安全 不过也只能这样了。

posted on 2008-03-15 22:09  庆祝  阅读(235)  评论(0)    收藏  举报