All,
I'm using ActiveX to navigate to a secure webpage where the user enters some information and clicks a button that redirects them to another window with the results of the transaction. I need to read the results containted is this IE window.
I'm trying to view the contents of oActiveX:GetProp("document") in the valid clause before the object is closed however, oActiveX:GetProp("document") returns a numeric value. How can I grab the results in this window? What am I doing wrong?
I've also tried using CreateObject which directs me to the first window but I cannot figure out a way to get the contents of the document body of the 2nd window.
Any help or suggestions would be greatly appreciated.
Using xHarbour 9/2008 and FWH 8.01.
Thanks,
Randal