Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Salvar paginas
Message
De
30/07/2002 13:45:03
 
 
À
30/07/2002 10:15:00
Cleber Ferrari
Capta Tecnologia
Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00683913
Message ID:
00684062
Vues:
28
This message has been marked as the solution to the initial question of the thread.
>Pessoal,
>Como eu poderia salvar uma página através da automação do IE ( InternetExplorer.Application ) ?
>Consigo visualizar, mas não achei uma forma de salvar....

faça:
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate2("http://www.rapozine.com.br")
lcVar = oIE.Document.Body.InnerHTML
StrToFile(lcVar, "c:\SeuArquivo.html")
Claudio Lassala
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform