|
-
Jan 18th, 2002, 06:53 PM
#1
Thread Starter
Fanatic Member
Content of an HTML file
How do you get the content or source code of a HTML file?
I am using ie_WebBrowser.Document.Body.Innerhtml. That only gives me everything between the body tags. I need everything between the <HTML> tag.
Thanks
Bird of Prey
Mr. Bald Eagle.
[img][/img]
-
Jan 21st, 2002, 09:07 AM
#2
Hyperactive Member
-
Jan 21st, 2002, 11:43 AM
#3
Addicted Member
Hmmm... might not be possible, but you might try something like this:
ie_WebBrowser.Document.HTML.Innerhtml
Also, if you have any server-side capabilities, this isn't too hard to achieve.
cudabean
-
Jan 24th, 2002, 01:59 AM
#4
Thread Starter
Fanatic Member
Thanks for your replies but neither worked.
Crptcblade helped me out with this WebBrowser1.Document.DocumentElement.Innerhtml.
Bird of Prey
Mr. Bald Eagle.
[img][/img]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|