Jump to content

Hope someone can help me with AutoIT/javascript


bbocker
 Share

Recommended Posts

Ok, I want to do this with AutoIT and dump the resulting data into a textfile. I believe this is a javascript/jquery GET request:

<script type="text/javascript">//<![CDATA[

$(document).ready(function() {

$.get('x2fTraceMessage.mvcx2fAsyncMessageListx2f736251', { s:'googlex40google.com', r:'yahoo.com', d:'1x2f10x2f2012 2x3a18x3a37 AM', e:'1x2f16x2f2012 2x3a18x3a37 PM', i:'', a:'-5' }, function(data) { $('#message_trace_list').html(data); });

});

//]]></script>

I really hope someone can help me with this. Thanks for any help!

Edited by bbocker
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...