Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a shortcut
Message
 
To
17/03/2000 12:57:27
Christian Bellavance
Université du Québec à Hull
Hull, Quebec, Canada
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00347159
Message ID:
00347307
Views:
16
Save this file as a .vbs script file. You'll have to modify it with the right form fields and passwords.
This version logs into the UT automatically.


Set oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = True
oIE.Navigate("www.levelextreme.com")
while oIE.Busy: wend ' wait for page to load...
oIE.Document.All("Key").value="YourUserNameHere"
oIE.Document.All("Password").value="YourPasswordHere"
oIE.Document.Forms(0).Submit

>Some of my users accesses a site that need a password. How can I create a shortcut for them that will supply de password for them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform