Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UT Logon Script
Message
From
04/07/2004 21:00:59
 
 
To
All
General information
Forum:
Level Extreme
Category:
Other
Title:
UT Logon Script
Miscellaneous
Thread ID:
00920634
Message ID:
00920634
Views:
26
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
Next
Reply
Map
View

Click here to load this message in the networking platform