Help for this page

Select Code to Download


  1. or download this
    
     function Login() {                       
    ...
        document.forms[0].submit();
    }
    
  2. or download this
     my sourceWebSite="http://xxxxxxxx";
     my $agent = WWW::Scripter->new();
    ...
               $agent,'document','forms[0]','login_pwd','value'=> 'xxxxxx'
        );
    
  3. or download this
     $agent->eval($code,"JavaScript",$sourceWebSite);