Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Entering user names and password via automation
Message
 
 
À
09/12/2003 00:12:42
Km Kwun
Eastop Consultants Limited
Nt, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00857078
Message ID:
00857125
Vues:
24
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform