Help with mechanize and javascript

Help with mechanize and javascript

am 21.06.2007 22:23:35 von robbins.paul

------=_Part_111961_16924063.1182457415686
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello all, this is my first post to this list. I am fairly new to
WWW::Mechanize, but I have been in pretty good shape so far. I have run
into a page that has a javascript link to another page and I can't get by
it. I am trying to use push_input to get by that way, but I can't seem to
translate the javascript to see what I should configure. Below is the
javascript snippet. Any help is appreciated.

Thanks.

~Paul




Above is the function that gets passed the variables, here is the
snippet that calls the function.









------=_Part_111961_16924063.1182457415686--

RE: Help with mechanize and javascript

am 21.06.2007 23:22:32 von ted.behling

Have you tried sniffing your browser's HTTP requests to see what happens
when that JS executes? Firefox has a nice plugin called Tamper Data
that does this.

-----Original Message-----
From: Paul Robbins [mailto:robbins.paul@gmail.com]=20
Sent: Thursday, June 21, 2007 4:24 PM
To: libwww@perl.org
Subject: Help with mechanize and javascript

Hello all, this is my first post to this list. I am fairly new to
WWW::Mechanize, but I have been in pretty good shape so far. I have run
into a page that has a javascript link to another page and I can't get
by it. I am trying to use push_input to get by that way, but I can't
seem to translate the javascript to see what I should configure. Below
is the javascript snippet. Any help is appreciated.

Thanks.

~Paul




Above is the function that gets passed the variables, here is the
snippet that calls the function.