请教如何用c#在webbrowser里更改和读取FCKeditor编辑区里的内容?
请教如何用c#在webbrowser里更改和读取FCKeditor编辑区里的内容?其中FCKeditor是js版本的,不是.net版本。
我用this.webBrowser1.Document.Window.Frames[0].Frames[0].Document.Body.InnerHtml="AAAA";设置FCKeditor编辑区里的内容,程序没有通过。
谢谢。 --------------------编程问答-------------------- 请各位大哥姐姐帮忙。 --------------------编程问答-------------------- 友情up --------------------编程问答-------------------- FCKeditor有.NET版本的,参考这个:
http://www.china-aspx.com/ShowArticle.aspx?ArticleID=2
--------------------编程问答--------------------
webBrowser1.Document.Window.Frames[0].Document.Window.Frames[0].Document.Body.InnerHtml="AAAA";
补充:.NET技术 , C#