|
-
Apr 21st, 2000, 04:03 AM
#1
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.
-
Apr 21st, 2000, 05:41 AM
#2
Fanatic Member
Why dont you use the Internet Control and download the source yourself.
Hope this helps
ok, so... windows takes 1 minute to search for a file on my PC yet google.com takes 1 second to search the entire internet? 
-
Apr 21st, 2000, 06:01 AM
#3
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 !
-
Apr 24th, 2000, 06:42 AM
#4
Frenzied Member
Ack! Sounds like a spammer tool to me.
Harry.
"From one thing, know ten thousand things."
-
Apr 26th, 2000, 02:31 AM
#5
Fanatic Member
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.
ok, so... windows takes 1 minute to search for a file on my PC yet google.com takes 1 second to search the entire internet? 
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
|