Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open a Web Page in VFP
Message
De
22/04/2008 15:27:35
 
 
À
07/04/2008 15:55:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01308833
Message ID:
01312477
Vues:
19
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform