Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE automation
Message
De
16/07/2002 12:46:11
 
 
À
16/07/2002 04:26:57
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00678988
Message ID:
00679196
Vues:
17
>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

See download #9598 by Erik Moore, it shows code to login to the UT with a VFP program which basically uses the same concept as the html above. HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform