Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UT Logon Script
Message
De
04/07/2004 21:00:59
 
 
À
Tous
Information générale
Forum:
Level Extreme
Catégorie:
Autre
Titre:
UT Logon Script
Divers
Thread ID:
00920634
Message ID:
00920634
Vues:
24
This script no longer works.
It does not like the Username line.
What should the script be changed to?
Thanks!
Terry
' UTLogin.vbs

Set oIE = CreateObject("InternetExplorer.Application")

oIE.Visible = True

oIE.Navigate("www.levelextreme.com")

while oIE.Busy:  wend  ' wait for page to load...

while oIE.Document.ReadyState <> "complete": wend

oIE.Document.Forms("Login2").Username.value = "myusername"

oIE.Document.Forms("Login2").Password.value = "mypw" 

oIE.Document.Forms("Login2").Submit
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform