|
-
Feb 21st, 2000, 04:58 PM
#1
Thread Starter
New Member
How can I stop the WebBrowser from downloading the graphics, Java classes, etc? I just need the text but as a Document object so I can eazy access its tags.
Or, which is the best way to get the "Document" object from a URL so I can access the TAGS? Can this be done without using the webbrowser control?
If I use the Inet control to get the source how can I build the Document object?
I know how to get the tags from a HTMLDocument. I've used "brwWebBrowser.Document.All.tags(strTag).Item(i)" without "Dim HTMLdoc As HTMLDocument" object. The problem is that I don't want to download the graphics from the page and the rest (java,...). It take too much time. I want to be able to "tell" the webbrowser to not download the graphics.
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
|