Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I have to get the data from one url where it is using a javascript function to populate the data.
I use this for normal pages.
$req = $ua->request( $form->click() );
In web page <td width='10%'><input type='submit' value='Go' onclick='RunAllShip();'></td>
So I need to call RunAllShip() function which also included in html source.
Please help me in this.
20080618 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Retrieving data from web where Javascript is included
by marto (Cardinal) on Jun 18, 2008 at 12:19 UTC | |
by Anonymous Monk on Jun 19, 2008 at 09:04 UTC | |
by marto (Cardinal) on Jun 19, 2008 at 09:21 UTC | |
|
Re: Retrieving data from web where Javascript is included
by psini (Deacon) on Jun 18, 2008 at 12:20 UTC |