Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection to secure web site
Message
De
18/03/2003 16:30:37
 
 
À
18/03/2003 15:55:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00767222
Message ID:
00767265
Vues:
8
I am not sure but you can try something like that...

First, try to find the name of fields (userid and password)...
loField=goWeb.document.all
if type('loField.length')="N"
for lnI=0 to loField.length-1
?loField.item(lnI).name
endfor
endif

Second, send value (userid and password) to both fields...
loField.item(?).value=userid
loField.item(?).value=password
* where ? is the corresponding lnI

Third, tell me if it works.
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform