Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html>
    <html>
    ...
        </form>
      </body>
    </html>
    
  2. or download this
    #!/usr/bin/env perl
    use CGI; 
    ...
          $cgi->div('Name: ' . $cgi->param('ctl00$cntPlaceHolder$UsernameT
    +extBox')),
          $cgi->div('Password: ' . $cgi->param('ctl00$cntPlaceHolder$Passw
    +ordTextBox')),
          $cgi->end_html;