Help for this page

Select Code to Download


  1. or download this
    my $mech = WWW::Scripter->new();
    $mech->agent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.2.3)
    + Gecko/201
    ...
    print $mech->content;
    $mech->submit_form( with_fields => { userId => 'myId', pass => 'myPass
    +' 
    } );
    
  2. or download this
    --<td class="submitButton" id="SignInButton">
                                        <a href="#" onclick='return submit
    +LoginForm("ACTION_PIN_LOGIN","myLogin");'>
    
  3. or download this
    function submitLoginForm(val,source) {
            if(val == "ACTION_PIN_LOGIN")
    ...
            
            return false;
        }