Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fill web textbox
Message
From
28/04/2011 13:08:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Title:
Fill web textbox
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01508683
Message ID:
01508683
Views:
118
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
Next
Reply
Map
View

Click here to load this message in the networking platform