HTML文本编辑器

先上截图

文件:

/Files/perfectMan/HtmlEditor.zip

前台HTML代码

                 <iframe id="Editor" name="Editor" src="../HtmlEditor/blog.html?ID=txtcontent" frameborder="0" marginheight="0" marginwidth="0" scrolling="No" style="height:320px;width:650px;"></iframe>
              <asp:TextBox ID="txtcontent" runat="server" TextMode="MultiLine" Height="80px"
                  Width="645px" style="display:none; width: 212px;"></asp:TextBox>

 

后台调用

String news_body = this.txtcontent.Text;

 

交流群:78073082

posted @ 2011-01-19 11:05  perfectMan  阅读(352)  评论(0)    收藏  举报