Help for this page

Select Code to Download


  1. or download this
    <html>
    <table>
    ...
    </tr>
    </table>
    </html>
    
  2. or download this
    $br1 = $cgi->param('OPENBRACK1');
    $field1 = $cgi->param('FIELD1');
    ...
    $field2 = $cgi->param('FIELD2');
    $value2 = $cgi->param('VALUE2');
    $comp2 = $cgi->param('COMP2');