Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing URL pages
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Accessing URL pages
Divers
Thread ID:
00862037
Message ID:
00862037
Vues:
45
I am trying to learn a little more about VFP and the Internet. I can create an instance of IE and navigate to a URL, but don't know how to access information on the URL page. Where can I find documentation to tell me what is available to access forms, log-ins, etc for a URL page?

IE:

*-- create an instance of Internet Explorer
*-- navigate to UT, and log in

LOCAL loIntExp

loIntExp = CREATEOBJECT("InternetExplorer.Application")
loIntExp.VISIBLE = .T.

loIntExp.Navigate("http://www.levelextreme.com")

*-- find the log-in and password entries.........

Thanks in advance,

Harry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform