Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automate WebSite
Message
 
 
À
03/03/2004 10:50:57
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00881118
Message ID:
00884070
Vues:
34
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform