Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internet Explorer, getting into an open page
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01076936
Message ID:
01076953
Vues:
26
>Yes but I think I need to automate the task. Right now, I have a web
>page that I am navigating to, but for some reason when I do a
>File Save As, html, c:\d\temp\myhtml.htm I am not getting the page I see.
>But some other page. When I navigate to c:\d\temp\myhtml.htm, I see some
>other file, a related one but not the one I saved.
>
>page.
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate("http://yahoo.com")
oIEdocument=oIE.Document  && Puts DOM at your fingertips
?oIEdocument.body.innerhtml
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform