Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigate Website
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Navigate Website
Miscellaneous
Thread ID:
00688446
Message ID:
00688446
Views:
61
I am using CREATEOBJECT("InternetExplorer.Application") then navigating to the website and then using the code below to start to navigae from page to page.

oShell = CreateObject("WScript.Shell")
oShell.AppActivate(oIE.Document.Title)
oShell.SendKeys("{TAB}{ENTER}")
oShell.SendKeys("{TAB}{TAB}{TAB}{ENTER}")


This is woking fine until I get to the page I'am after, the website then displays the page in a new instance of internet explorer, when this happens I can't control the new page. I can't navagate to the page directly because the url changes depending on the login user id etc.

I need to get the information from the new page into a VFP7 application .
The page is just a simple html page with only csv information displayed on it.

So my question is how can I control the new instance of internet explorer created by the website so I can retrieve the information.

Thanks for any suggestions.

John
Reply
Map
View

Click here to load this message in the networking platform