Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to read the source code of a URL?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00800414
Message ID:
00800661
Vues:
23
This message has been marked as a message which has helped to the initial question of the thread.
Brenda,

>Do you have a routine for stripping off the HTML tags?
local oIE as internetexplorer.application
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .t.
oIE.Navigate( "www.microsoft.com" )
do while oie.Busy()
   doevents
enddo
oDoc = oIE.Document
lcText = oDoc.documentElement.innerText
? lcText
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform