Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Entering user names and password via automation
Message
 
 
To
09/12/2003 00:12:42
Km Kwun
Eastop Consultants Limited
Nt, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00857078
Message ID:
00857125
Views:
25
This message has been marked as a message which has helped to the initial question of the thread.
You can try WSH SendKeys method. For the list of keys see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthsendkeys.asp.
oWSH = CreateObject( "WScript.Shell" )
WSH.SendKeys(...)
>I'm trying to capture data on webpage automatically via a program. When I open the webpage in IE, a dialog box pops up for entering username and password. The dialog box is not part of an html page. How can I automate entering my username and password by code?
>
>TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform