Jump to content

$oIE.document.parentwindow.eval not work in internet explorer 10, with windows 8


 Share

Recommended Posts

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 by markco
Link to comment
Share on other sites

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.
 
 
 
Edited by markco
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...