rEhSi_123 8 Junior Poster

Hello guys!

I am a bit confused :?:

The following line of code:

WebBrowser1.Document.Body.OuterHTML

Does it extract only the body part of the HTML source? As this is
what I want :)

And.....

WebBrowser1.Document.ActiveElement.OuterHtml

Does it extract the whole part of the HTML source?

I have tested the above but just want to clearify if I am correct in saying so?!?!

Also the first line of code, is it the best way of extracting data between the <body></body> tags?

Please advice

Thanks