Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Post data in a web site
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00688340
Message ID:
00688505
Vues:
17
If you don't need a graphic UI you might want to consider a more light weight approach using WinInet, XMLHTTP or if you want VFP code wwIPStuff/wwClientTools. The latter lets you post code with very little code:
loHTTP = CREATE("wwHTTP")
loHTTP.AddPostKey("Name","Rick Strahl")
loHTTP.AddPostKey("Company","West Wind")
lcHTMLResponse = loHTTP.HTTPGet("<someUrl>")
You can find the shareware version of wwIPStuff in the libraries here.

XMLHTTP lets you do somehting similar using the MSXML parser, but you have to encode the form variables yourself.

Hope this helps,

+++ Rick ---

>I am using the Microsoft WebExplorer Activex to acces pages from my app, i am trying to post data into de destination but i do not find the way and i cann't find documentation about that activex, i am using the NavigateTo() method but i don't know how can i manage the parameters i should pass to that method. The information must be post like if i where using an HTML form with methos="POST".
>
>Thanks for your help.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform