Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE automation
Message
From
16/07/2002 12:46:11
 
 
To
16/07/2002 04:26:57
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Germany
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00678988
Message ID:
00679196
Views:
16
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform