I have two frames on one page and I want to retrieve the html of one of them. How do I do that? I know that there is a command that goes like this WebBrowser.Document.DocumentElement.InnerHtml which retrieves the html of a page but I can't get it to get the html of one of the frames!