Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Help with logging in to a tricky ASP web form with JavaScript using WWW::Mechanize

by OfficeLinebacker (Chaplain)
on Sep 30, 2011 at 22:17 UTC ( [id://928943]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
     else {
         die $response->status_line;
     }
    
  2. or download this
    $mech->set_fields(
                'ctl00$ContentPlaceHolder1$ctl00$rcbusertype_Input' => "Su
    +bscriber",
                'ctl00$ContentPlaceHolder1$ctl00$txtUserName'    => $un,
    ...
    my $response = $mech->click_button( name => 'ctl00$ContentPlaceHolder1
    +$ctl00$LoginButton',
                                       x=>26,
                                       y=>10);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-23 07:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found