Help for this page

Select Code to Download


  1. or download this
    <table border="0" cellspacing="0" cellpadding="0">
    
    ...
                     
                        <a href="javascript:clickLogin()" onMouseOver="ret
    +urn statusMsg('Login');" onMouseOut="return statusMsg();"><img src=".
    +./images/it/button_login.gif"  border="0" alt="Login" tabindex="3"></
    +a></td>
    
  2. or download this
     $mech->form_number(1);
        $mech->set_fields ( 'userid' => $user) ;
    ...
        $mech->submit_form(); #dont' work
        $mech->click(); #don't work
        $mech->follow_link( text_regex => qr/Login/i ); #don't work