Help for this page

Select Code to Download


  1. or download this
    my $selectedName = param('unit_name');
    
  2. or download this
     print "<input type='hidden' name='unit_name' value='This gets set via
    + javascript'>";
    
  3. or download this
        print "<td>\n"; # If you want all buttons in a single TD .. otherw
    +ise, this could be <tr>
        while (my @data = $sth->fetchrow_array()) 
    ...
              height='100px' width='100px' onclick='this.form.unit_name.va
    +lue =\"$unit_name\";this.form.submit()'></input>";
        }
       # Close the TD or TR here..