Jump to content

How to access a java_script variable?


 Share

Recommended Posts

Something like this:

$vVal = $oIE.document.parentwindow.eval("java script:VariableSpec")

Search for posts by DaleHohm for more.

:(

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

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.

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