Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Get Source Code From HTML Document ?
Message
 
 
À
17/02/2004 12:45:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00878010
Message ID:
00878031
Vues:
23
This message has been marked as the solution to the initial question of the thread.
>I have created an Internet.Application object and I want to get source of active page. How can I do that?

Try
oWeb = CREATEOBJECT("InternetExplorer.Application")
oWeb.Visible = .T.
oWeb.Navigate2("http://www.microsoft.com")
oDoc = oWeb.Document
_CLIPTEXT = oDoc.documentElement.outerHTML
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform