How can I grab html source of a frame?
I can retrive main frame by WebBrowser1.Doc umentText
but I want to retrive inner (child) frame...
WebBrowser1.Doc ument.Window.Fr ames(0).Documen tText like thing doesn't exist...
I can retrive main frame by WebBrowser1.Doc umentText
but I want to retrive inner (child) frame...
WebBrowser1.Doc ument.Window.Fr ames(0).Documen tText like thing doesn't exist...
Comment