Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE innertext
Message
De
30/10/2002 14:30:02
 
 
À
30/10/2002 14:22:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00717032
Message ID:
00717040
Vues:
24
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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform