Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automate WebSite
Message
De
26/02/2004 11:36:27
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Allemagne
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Automate WebSite
Divers
Thread ID:
00881118
Message ID:
00881118
Vues:
63
Hello,

i want to automate an intranet page, which is used by our customers to order spare parts.
First problem is to login automatically
So I use:

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Visible = .t.
oIE.Navigate("myOrderPageLogin") && See HTML Site below

But now my Problem:

How can I fill the two input fields Customer and Password.

Everything I tried faild. Always get an error
Also downloaded the VFP example to login into the universalthead site.
But the code does not work

I'm using VFP6.0

Any help is appreciated.


Thanks in advance

Marcus

Sorry don't know how to send the whole HTML Code here (What is a
 TAG?)

These are the names of the input fields
name="BAPI1007-CUSTOMER"
name="BAPIUID-PASSWORD"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform