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

Click here to load this message in the networking platform