2014年6月12日

C# 中控件 WebBrowser 对 frameset/ iframe 操作和内容获取

摘要: 1.获取frame的document HtmlDocument htmlDoc = webBrowser1.Document; htmlDoc = webBrowser1.Document.Window.Frames["frmRpt"].Document; // "frmRpt"为iframe的na... 阅读全文

posted @ 2014-06-12 10:57 sodo 阅读(1781) 评论(0) 推荐(0) 编辑

导航