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..