Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capturing data on client machine from a ASP page.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00384415
Message ID:
00388984
Vues:
42
>Microsoft's XMLHTTP control (contained in their xml parser in msxml.dll)
>
>Try this in the vfp command window:
>oX=CreateObject('microsoft.xmlhttp')
>oX.Open("GET", "http://www.microsoft.com", .f.)
>oX.Send()
>?oX.ResponseText
>?oX.GetAllResponseHeaders()

Very nice! Really appreciate the code. Saves a lot of trial and error. It'll be fun looking more into it and playing with it. Thanks again.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform