Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web lookup
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01546026
Message ID:
01546039
Vues:
136
This message has been marked as the solution to the initial question of the thread.
Try
loHttp = CreateObject("MSXML2.XMLHTTP.3.0")
lcUrl = "http://www.dpd.co.uk/service/tracking?consignment=8549915792"

loHttp.Open("Get", lcUrl, 0)
loHttp.send()
? loHttp.responseText
>I am trying to access a Courier company's web site to download the tracking date for a shipment - the shipping company gives me the following code
>
>How do I build this into VFP?
>
>A HREF=”http://www.dpd.co.uk/service/tracking?consignment=8549915792”
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform