Does anyone know why my links that I make using CGI.pm work in Internet
Explorer 5.5, but not Netscape Communicator 4.79?
I have code that looks like this:

print pre a ( { -href =>
"http://www.ncbi.nlm.nih.gov/htbin-post/Entrez/query?db=n&form=6&uid=$acc&do
pt=g" }, "$acc"), ("&nbsp       $repArrayHash[$i]{$acc}");
$query = CGI->new;
print $query->start_form('-method'=>"POST",'-action'=>'redundancies.pl');
print $query->hidden('-name'=>'red','-value'=> [%{$clusArrayHash[$i]}]);
print pre ("            ",
$query->image_button('-name'=>'Redundant_Sequences.gif',
'-src'=>'Redundant_Sequences.gif'));
print $query->end_form;

The Netscape browser doesn't show the gif images, and when I click on the
link, I get an Error 404.

Thanks for any help you can give me,
Josiah

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to