Help for this page

Select Code to Download


  1. or download this
    <form name="frmStatusFilter" method="GET" action="http://webserver.com
    +:8010/cgi-bin/mycgi.pl">
    
    ...
    
    </form>
    
  2. or download this
    my $q = new CGI;
    my $status = $q->param('StatusFilterSelect');
    
    $q->html("status is $status"); ## not showing any value