Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web lookup
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01546026
Message ID:
01546039
Views:
135
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform