In this case, the original search was by county and $line = the value I pulled in from a list...
my $form = $browser->form_name( 'formname' ); $form->action( 'https://destinationurl' ); $form->value( county => $line ); $browser->request( $form->click( 'buttonname' ) );
In reply to Re^2: Submitting form data to Javascript form
by gebelo
in thread Submitting form data to Javascript form
by gebelo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |