Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Get Source Code From HTML Document ?
Message
De
18/02/2004 04:17:54
 
 
À
17/02/2004 12:45:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00878010
Message ID:
00878211
Vues:
18
Hi,
>I have created an Internet.Application object and I want to get source of active page. How can I do that?

Sergey's reply is a clean way if you have control over the version of IE installed,
but will fail for users still at IE4. Also, there can be some "adjusting" of the HTML, done by the parsing engine of IE..

If you need the raw HTML, the safest way is UrlDownloadToFile or other direct calls through WinINet. Another approach is to ask the .document for IPersist* interfaces (works for IE4 as well!), they can persist to File and Memorystream.
In IE5 IPersist*.Save() didn't change the HTML, but that might have changed with the versions and the patches.

HTH

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform