Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate WebSite
Message
 
 
To
03/03/2004 10:50:57
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Germany
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881118
Message ID:
00884070
Views:
33
Marcus,

Sorry for the delay I've been out of town.

This code works fine for me:
oIE = createobject( "internetexplorer.application" )
oIE.Navigate( "YourURLGoesHere" )
do while ( oIE.busy )
   doevents
enddo
oIE.Visible = .t.

oDoc = oie.Document

oForm = oDoc.forms[0]
? oForm.item[0].name && gives BAPI1007-CUSTOMER
oForm.item[0].value = 'test'
oForm.item[1].value = 'mysecretpassword'
set step on

oForm.submit()
>Our intranet application (login) has as far as I see no frames.
>
>I've copied the site into frontpage and pasted it into a word document (HTML)
>I will send it to you via mail.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform