Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing URL pages
Message
De
25/12/2003 14:13:37
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00862037
Message ID:
00862048
Vues:
12
>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")

You're better off creating a browser object (as exemplified in the _browser class in Foundation Classes). It works just the same, but you have much more control - you can access its full document object model, array of tags, array of links etc etc. No need to write your own parsers, it has them all.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform