Dgameman1 Posted April 23, 2015 Posted April 23, 2015 (edited) Local $ie = _IECreate("https://www.google.com") $tag = _IETagNameGetCollection($ie, "title") $code = _IEPropertyGet ($tag, "innerhtml") MsgBox(0, "title", $code) I try to run this script and I get the following error IE.au3 T3.0-1 Error from function _IEPropertyGet, $_IESTATUS_InvalidObjectType From what I understand, I'm referencing the wrong object in my _IEPropertyGet? but I don't see anything wrong in my code Edited April 23, 2015 by Dgameman1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now