Help for this page

Select Code to Download


  1. or download this
    print $co->start_html(-script=>{-type=>'JAVASCRIPT',
                                       -src=>'./javascript_textfield.js'})
    +;
    
  2. or download this
    use CGI;
    my $co = new CGI;
    use CGI qw(:standard);
    ...
    print $co->reset;
    print $co->end_form;
    print $co->end_html;