Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get the text/HTML using WebBrowser class
Message
 
À
30/11/2001 12:02:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00588058
Message ID:
00588112
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform