Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get the text/HTML using WebBrowser class
Message
 
 
To
30/11/2001 12:02:25
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00588058
Message ID:
00588112
Views:
25
You can also directly access all objects in the document as well. This way you can avoid having to parse the HTML for values.

SomeObjVal = thisform.oleWebControl.Document.forms[0].SomeObjectTagNAme.value

>Hi, Danny.
>
>You can access the HTML source as follows below:
>
>cHTML = thisform.oleWebControl.Document.body.innerhtml
>
>HTH
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform