
October 1st, 2004, 06:34 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: Netherlands
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
IE window problem
I'm making a program which opens an IE window with a link in it that comes from an array. In the page that is loaded is image verification. A new page loads when the user verified the image by clicking the right number (it's like www.kingsofchaos.com/recruit.php?uniqid=hanq94i6). The program should take some data out of the window then and load the next link. However, something goes wrong: I can't get the innerhtml. I used Shell to open the window and in Option Explicit I did Dim IE As SHDocVw.InternetExplorer If I try to get the innerhtml it gives runtime error 91. I even tried a commandbutton that makes the caption of a specific label the innerhtml, but when I clicked it, it still gave the error. Might there be something wrong in the project references? 2 different Microsoft Internet Controls are enabled, the DLL and the oca...
|