Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Salvar paginas
Message
From
30/07/2002 13:45:03
 
 
To
30/07/2002 10:15:00
Cleber Ferrari
Capta Tecnologia
Brazil
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00683913
Message ID:
00684062
Views:
29
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
Previous
Reply
Map
View

Click here to load this message in the networking platform