Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate IE Popup
Message
 
To
12/10/2005 14:59:23
Joel Leach
Memorial Business Systems, Inc.
Tennessee, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01058408
Message ID:
01058450
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
Try this:
oShell = CreateObject("WScript.Shell")
IF oShell.AppActivate("Login")
    ?"OK"
    oShell.SendKeys("hello{TAB}password{ENTER}")
endif
>I'm trying to use IE automation to login and transmit data to a web site (a Web Service is currently not available). My problem is that the initial page opens a popup window for logging in, but I can't get a reference to the popup. It doesn't show up in the IE.Document.Forms collection. Does anyone know how to do this? Once I have the reference, I think I can proceed. Here's what my code looks like:
>
>oIE = CreateObject("InternetExplorer.Application")
>oIE.Visible = .t.
>oIE.Navigate("https://goldleafach.com/achbeta/?8435017")
>? oIE.Document.Forms.Length  && returns 1 (initial form only)
>? oIE.Document.Forms(0).Name && returns name of initial form
>? oIE.Document.Forms(1).Name && fails
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform