Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control eh?
Message
 
 
À
04/11/2010 16:47:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01488307
Message ID:
01488318
Vues:
118
Why not access it directly through Web Browser control DOM? I used IE for simplicity. You'll have to replace oIE with reference to the Web Browser control on the form.
oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = .T.
oIE.Navigate2('http://www.google.com')
oDoc = oIE.Document
? oDoc.body.innerText
>
>I am trying to capture the text from a web page and eventually write it to a memo field
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform