why does
Code:
Clipboard.SetText web1.Document.documentelement.innerhtml
return just what's between the HEAD tags, and
Code:
Clipboard.SetText web1.Document.body.innerhtml
gives me a "object variable or with block variable not set" error. I'm trying to retrieve what's between the BODY tags of the webpage in my webbrowser control. Little help?