Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE automation, navigation and submit
Message
De
04/12/2010 08:56:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01491730
Message ID:
01491734
Vues:
64
This message has been marked as a message which has helped to the initial question of the thread.
>Hi
>
>I found out that oIE.Document.Body.InnerText is returning content of the first page,
>and not of the result page after I press submit button. Please help.

Not sure what you're trying to retrieve but can you parse it from this:
lcInnerText = loIE.Document.GetElementById("conteudo_pagina").innerText
or maybe:
item = loIE.Document.GetElementById("conteudo_pagina")
theText = item.ChildNodes(0).ChildNodes(0).ChildNodes(0).ChildNodes(0).ChildNodes(2).ChildNodes(1).ChildNodes(0).ChildNodes(2).ChildNodes(1).innerText
:-}
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform