Jump to content

Recommended Posts

Posted

A page I'm automating has a bunch of js variables that I would like to access using AutoIT. Can this be done and if so how?

Posted

In case others are asking the same question, here is what the page HTML looks like:

<script type="text/javascript">

//<![CDATA[

var id='ctl11_id_id';

var name='ctl11_name_name';

var location='ctl11_location_location';

var order_dateTime='ctl11_order_dateTime_order_dateTime';

//]]>

</script>

And here is the AutoIT code to grab the variable:

$oTboxID = _IEGetObjById ($oIE,$oIE.document.parentwindow.eval("id"))

Thanks again Dsalty.

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
  • Recently Browsing   0 members

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