Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fill web textbox
Message
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01508683
Message ID:
01508692
Views:
84
This message has been marked as the solution to the initial question of the thread.
Hi Tariq,

It's IFRAME
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .F.
oIE.Navigate( "www.freesmscraze.com" )

DO WHILE oIE.ReadyState!=4
ENDDO 
loDoc=oIE.Document
loIF=loDoc.body.All("I1")

?oIE.LocationURL+loIF.src
oIE.Navigate(oIE.LocationURL+loIF.src)

DO WHILE oIE.ReadyState!=4
ENDDO 

oIE.Visible = .T.
loDoc=oIE.Document

loCC=loDoc.All("countrycode")
loCC.value="1"

loFN=loDoc.All("fromno")
loFN.value="124 124 148"


loT1=loDoc.All("T1")
?loT1.Value

loNumber=loDoc.All("number")
loNumber.Value="2145 6985 369"

loMSG=loDoc.All("message")
loMSG.value="VFP is not dead"

loB1=loDoc.All("B1")
loB1.Click()
MartinaJ

>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
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform