Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE automation, navigation and submit
Message
From
04/12/2010 08:56:49
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01491730
Message ID:
01491734
Views:
63
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
:-}
Previous
Reply
Map
View

Click here to load this message in the networking platform