why does
return just what's between the HEAD tags, andCode:Clipboard.SetText web1.Document.documentelement.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?Code:Clipboard.SetText web1.Document.body.innerhtml





Reply With Quote