Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can anyone help with this?
Message
De
24/09/2005 02:48:32
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
 
 
À
23/09/2005 15:11:31
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01049412
Message ID:
01052678
Vues:
9
Hi Mike,
>
>Could you please expand on what you mean by,
untested from the hip [check the COM object models of
ShDocVw for IE and WebBrowser as well as MSHTML for Html-DOM]
local loIE, loDom, lnRun
loIE = createobject("InternetExplorer.Application")
loIE.visible = .t.
loIE.navigate("http://www.myWsCenter.Com")
*** insert your preferred way of waiting for completion of asynch
*** IE operation: readystate-Property, documentcomplete-Event
loDom = loIE.document
for lnRun = 0 to loDom.All.Length-1
  ? loDom.All.Item[m.lnRun].OuterHtml
next
...
loDom.All.Item[m.lnIdentifiedAsPwd].value = "Pwd"
loDom.All.Item[m.lnIdentifiedAsPostButton].Click()
regards

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform