I have a page loaded in my WebBrowser on Form1. That pagge has two frames in it. One is called "Header" and the other is called "Main". I want to retrieve the html of "Main". I can retrieve the html of the page that is loaded using this:
But I need a way to retrieve the HTML of the frame called "main".Code:WebBrowser1.Document.documentelement.InnerHtml





Reply With Quote