peterlee
我今天找到了一款很好的在线编辑器 ---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>
否则会报错!!!

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

分类:

技术点:

相关文章:

  • 2021-12-17
  • 2022-12-23
  • 2021-07-20
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2021-07-05
  • 2021-12-23
  • 2022-01-16
相关资源
相似解决方案