Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program to save a web page as a .htm file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00934635
Message ID:
00934641
Vues:
17
This message has been marked as the solution to the initial question of the thread.
Is it what you mean?
oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = .T.
oIE.Navigate(.....)
* ......
?strtofile(oIE.Document.Body.InnerHtml,"html_file.htm")
....
>I want to programmatically duplicate the "File/Save as" action on Internet Explorer to save a web page as a .htm file.
>
>Any suggestions?
>TIA
>Sammie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform