Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fill web textbox
Message
De
28/04/2011 13:08:17
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Titre:
Fill web textbox
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01508683
Message ID:
01508683
Vues:
119
Dear Experts

I have following codes
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .t.
oIE.Navigate( "www.freesmscraze.com" )
DO WHILE oIE.ReadyState!=4
ENDDO 
loDoc = oIE.Document 
loForm = loDoc.forms(0) 
My question is:

After opening above site, How to fill phone number in web phone number columns?

Please help
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform