>In version 4.78 - A "Save As" dialog box appears.
This is normally because you're not setting the correct content-type header.
>Version 6.2 - outputs the bottom of the code and keeps running
indefinitely.
If you want people to help, you should send along some code and sample
output.
-CMA
On Thu, 12 Dec 2002, Jeff Pelkey wrote:
> I am testing some code I hope to release Q1 and in doing some testing with
> various browsers found that Netscape browsers had a couple of different
> problems. Where the code runs great on IE 5 and higher and I have even
> saved the html output as everyt
Howdy!
I am testing some code I hope to release Q1 and in doing
some testing with various browsers found that Netscape browsers had a couple of
different problems. Where the code runs great on IE 5 and higher and I have
even saved the html output as everything looks good.
In versio
Thanks for your help. I have this code:
sub output {
my ($tmpl, $data, $level, $oldref, $listref)=@_;
my @dataKeys = keys (%$data);
map {$_=lc($_)} @dataKeys;
foreach my $param (@{$listref})
{
my @k = @{$oldref};
push @k, $param;
if (not in ($param, @dataKe