
May 16th, 2012, 08:38 AM
|
|
Contributing User
|
|
Join Date: Feb 2001
Posts: 52
Time spent in forums: 20 h 23 m 12 sec
Reputation Power: 13
|
|
|
[VB6] parsing contents of web page
Hi.
Posting for a friend. I don't use VB6, so I hope that I type everything correctly.
He's got a WebBrowser object. As I understand it, if he sets WebBrowser1.Navigate to be a URL, the WebBrowser object will go to the URL in question.
If the URL spits back only one word, such as a name, how can that text be acccessed?
(The text has no HTML formatting. It is simply Mark or Ernie.)
Is there a property such as WebBrowser.HTMLPageText or similar?
|