Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get Html
Message
De
12/04/2002 12:57:40
 
 
À
12/04/2002 12:18:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00644384
Message ID:
00644414
Vues:
9
>Anyone know a quick and dirty way to the source of a web page to a local file?
>
>Thanks
>
>TomW

Assuming you have the page open on the web browser control, you can do:
StrToFile(Thisform.Web1.document.body.innerHTML, "c:\mydir\myfile.html")
Although you could probably use wwIPStuff functions from www.west-wind.com for a "lighter" approach if this is all you need.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform