Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Submitting form data to Javascript form

by gebelo (Initiate)
on Mar 28, 2005 at 21:09 UTC ( [id://442964]=note: print w/replies, xml ) Need Help??


in reply to Re: Submitting form data to Javascript form
in thread Submitting form data to Javascript form

This is the solution I came up with, with the help of a friend.. it basically re-writes the form HTML and bypasses the Java script

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' ) );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://442964]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-16 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found