Help for this page

Select Code to Download


  1. or download this
        <form name="aspnetForm" method="post" action="/account/sign-in.asp
    +x" id="aspnetForm">
     <input class="JA_field" type="text" id="JA_email" name="email" maxlen
    +gth="75" value="" tabindex="1" />
    <input class="JA_field" type="password" id="JA_password" name="passwor
    +d" maxlength="75" tabindex="5" />
     <input class="JA_radio" type="radio" id="JA_returning" name="sign_in_
    +type" value="returning" tabindex="3" checked="checked"/>
    
  2. or download this
    
    use WWW::Mechanize;
    ...
    $mech->get($answer_page);
    print $mech->content;