Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB Script for UT login does not work!
Message
De
16/06/2002 10:31:55
 
 
Information générale
Forum:
Level Extreme
Catégorie:
Autre
Divers
Thread ID:
00668958
Message ID:
00669012
Vues:
36
>Change following two lines
oIE.Document.Forms(0).Username.Value = "XXXXXXX"
>oIE.Document.Forms(0).Password.Value = "XXXXXXX"
>
>
>>This VB Script no longer works:
>
>' 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.All("username").value="XXXXXXX"
>>oIE.Document.All("Password").value="YYYYYY"
>>oIE.Document.Forms(0).Submit
>>
>>The error message says that this line is the problem:
>>
>>oIE.Document.All("username").value="XXXXXXX"
>>
>>Any suggestions?
>>Thanks,
>>Terry Harris

Hi Sergey,
Thanks for your help.
Terry Harris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform