4b0082 Posted November 18, 2014 Posted November 18, 2014 (edited) Because IENavigate has issues with loading new pages and I can't find any way to get this to work properly, I'm using $oIE.Navigate2 to spawn new tabs into my already existing instance of IE. Now I need to know how to make _IEDocReadHTML read from the new tab, and I need to know how to close "about:blank". Any suggestions? Local $oIE = _IECreate("about:blank", 0, 1) $oIE.Navigate2("http://website.com", 0x1000) Local $sData = _IEDocReadHTML($oIE) Edited November 18, 2014 by 4b0082
Moderators Solution SmOke_N Posted November 18, 2014 Moderators Solution Posted November 18, 2014 4b0082 1 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
4b0082 Posted November 18, 2014 Author Posted November 18, 2014 (edited) Thanks, that should work. Edited November 18, 2014 by 4b0082
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