Jump to content

IE: 10/11 -- Accessing Java variables or Running Java functions on a webpage


datastrm
 Share

Recommended Posts

I've been trying to figure this out for days.

It seems that Microsoft changed the eval() function that used to work with Autoit to run javascript functions and to get access to javascript variables running on a website.

I've tried using: $oIE.document.parentwindow.eval("CODE HERE") to evaluate javascript code but it always returns an error in internet explorer 11. 

Running the code in "compatability mode" in IE11 works, but certain features of the website I am visiting break as a result.  Thus I am left with the choice of

       compatabilitymode + eval() working + website broken

                           or

      no compatability mode + eval() broken

Anyone know of a fix?

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...