in reply to HTML refresh from CGI

You could try making your form a GET instead of the default CGI.pm POST.
$cgi->startform(-method=>'GET',-action=>"$script/Bottom",-TARGET=>"Bot +tom");
cheers.