Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
POST data to server
Message
From
12/01/2000 00:29:41
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00316160
Message ID:
00316722
Views:
21
Hi Pierre,

Many thanks it works great !

Where can I find some documentation on all command/event/properties of that object.

For instance I need to know the header name or sth else...

Thanks

Xavier

>You can do this with VFP without wwipstuff. You have to look up the names of the different textboxes on the site. Some code example to start IE, navigate to UT, log in and quit IE.
>
>oie=createobject("internetexplorer.application")
>oie.visible=.t.
>oie.navigate("www.levelextreme.com")
>do while not oie.readystate=4
>enddo
>oie.document.forms(0).key.value="Yourname" &&Put your username here
>oie.document.forms(0).password.value="Yourpassword" &&Put your password here
>oie.document.forms(0).submit()
>do while not oie.readystate=4
>enddo
>oie.quit
>release oie
>
>Pierre Unge, Sweden
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform