Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate IE Popup
Message
From
12/10/2005 16:30:19
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:
01058458
Views:
13
This works, except that Norton complains about the script, which makes the process less automated. I'd rather stick with IE automation if possible.

>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
>>
Joel Leach
Microsoft Certified Professional
Blog: http://www.joelleach.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform