Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE automation
Message
De
16/07/2002 04:26:57
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Allemagne
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
IE automation
Divers
Thread ID:
00678988
Message ID:
00678988
Vues:
58
I am trying to do some IE automation and don't know how to do it. I want to populate the textboxes (cutomer and password) in an intranet/internet page and click the "Login button". I'm using VFP6.

This is teh html code of the intranet site:

html
head
title>Auftragserfassung für Serviceteile (WLC) im Internet/head
body
form action="`wgateURL()`" method="post"
p
`BAPI1007-CUSTOMER-TEXT.label`
input type="text" name="BAPI1007-CUSTOMER" value="`BAPI1007-CUSTOMER`" maxlength="10" size="10"
/p
p
`BAPIUID-PASSWORD.label`
input type="password" name="BAPIUID-PASSWORD" value="`BAPIUID-PASSWORD`" maxlength="16" size="16"
/p
p
input type="submit" name="~OkCode(PASS)" value="`CHANGE_PW.label`"
input type="submit" name="~OkCode(LGIN)" value="`LOGIN.label`"
/p
/form
`~messageline`
/body
/html



Thanks for your help

Marcus
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform