I have a frames.html page that includes two frames "header and main"! What I want to do is retrieve the InnerHtml of the second frame called main. This is what I thought would work but it didn't:
but it didn't work!Code:WebBrowser.Document.DocumentElement(Frame("main")).InnerHtml
What can I do to get the html of the second frame??? Thanx





Reply With Quote