Click to See Complete Forum and Search --> : Grabbing the source !
I'm using the WebBrowser component to display web pages.
What I want to do is grab the source (HTML) from a page and make it available to the VB app.
Any ideas on how to do this ?
Thanks in advance.
invitro
Apr 21st, 2000, 05:41 AM
Why dont you use the Internet Control and download the source yourself.
Hope this helps
Not sure what you mean by "download the source yourself".
I want to open a URL, grab the source code from that page and then have VB step through it and pull out any instances of <A HREF="mailto:___@___.___">.
An email-address-grabber !
HarryW
Apr 24th, 2000, 06:42 AM
Ack! Sounds like a spammer tool to me.
invitro
Apr 26th, 2000, 02:31 AM
Well, you;'' have to download the source yourself to a temporary file such as
myfile.tmp
and then search the file for the arguments your looking for.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.