Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE innertext
Message
From
30/10/2002 14:30:02
 
 
To
30/10/2002 14:22:40
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00717032
Message ID:
00717040
Views:
23
local loIE, lnStep
loIE = createobject("internetexplorer.application")
loIE.navigate2("http://levelextreme.com")
loIE.Visible = .t.
wait window "Loading Page" TIMEOUT2
? loIE.document.all.length
for lnStep = 0 to loIE.document.all.length-1
    ? loIE.document.all.item[m.lnStep].innerText
next
wait window "Finished." NOWAIT
>what the correct code to get the innertext from IE page
>I have seen it once before but now I forgot it
>
>I am using
>? oie.document.innertext
>
>I get unknown name error
>
>Thanks
>Ken
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform