Help for this page

Select Code to Download


  1. or download this
    <input type="hidden" name="run_mode" value="user_results"  />
    
  2. or download this
    <input type="hidden" name="run_mode" value="validate_login"  />
    
  3. or download this
    package Testcase;
    use base 'CGI::Application';
    ...
    }
    
    1;
    
  4. or download this
    <!DOCTYPE html
        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ...
    <input type="submit" name="Results" value="Results" /><input type="hid
    +den" name="run_mode" value="validate_login"  /></form>
    </body>
    </html>