Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open a Web Page in VFP
Message
From
22/04/2008 15:27:35
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01308833
Message ID:
01312477
Views:
17
The solution I was looking for was something like:
tc_url = "http://www.yahoo.com"
lo_xml_request = CREATEOBJECT("MSXML2.XMLHTTP")
lo_xml_request.open("POST", tc_url, .f.)
lo_xml_request.setRequestHeader("Content-Type","text/html")
lo_xml_request.send(tc_url)
lc_response = lo_xml_request.responseText
Thank you all for your assistance. I appreciate the memory joggers!
Previous
Reply
Map
View

Click here to load this message in the networking platform