How do I add a button next to the current button "DOWNLOAD", so that when users click it, they are taken to a new website, such as
http://www.google.com?
Code:
print <<"EOT";
<form action="/cgi-bin/extract.pl" method="post">
<div align="center">
<table>
<tr class="reg">
<td align="left">
<input type="submit" name="what" value="DOWNLOAD" />
<input type="hidden" name="file_name" value="$file" />
<input type="hidden" name="probe_name" value="$probe" />
<input type="hidden" name="query_results" value="$q_sum_out" />
</td></tr>
</table>
</div>
</form>
EOT