markco Posted October 8, 2014 Posted October 8, 2014 (edited) Hi! I can not use the script Local $lln=$oIE.document.parentwindow.eval('$(".link").children().attr("href");') MsgBox(0, "title", $lln) In Internet Explorer 10 with Windows 8 is not working but internet explorer 8 with windows xp works perfectly. Why does this happen? Edited October 8, 2014 by markco
markco Posted October 9, 2014 Author Posted October 9, 2014 (edited) The problem was that internet explorer was not enabled compatibility view. In turn solved the problem momentarily. The next time I ran the script, appeared off. Then I used: Local $ IOE = _IECreateEmbedded () Finally, I solved the problem. https://www.autoitscript.com/autoit3/docs/libfunctions/_IECreateEmbedded.htm Edited October 9, 2014 by markco
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