Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use VB Script to Automate UT Login
Message
General information
Forum:
Level Extreme
Category:
Other
Miscellaneous
Thread ID:
00320576
Message ID:
00321175
Views:
19
Adding the line below (in bold) makes this script a little more stable (Thanks Erik!):
' UTLogin.vbs

Set oIE = CreateObject("InternetExplorer.Application")

oIE.Visible = True

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

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

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

oIE.Document.All("Key").value="YourUserNameHere"

oIE.Document.All("Password").value="YourPasswordHere"

oIE.Document.Forms(0).Submit
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform