RE: [htmltmpl] HTML-Pager and Netscape

2002-12-12 Thread Aranda, Christian
>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

Re: [htmltmpl] HTML-Pager and Netscape

2002-12-12 Thread Sam Tregar
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

[htmltmpl] HTML-Pager and Netscape

2002-12-12 Thread Jeff Pelkey
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

Re: Re: [htmltmpl] worning if Var don exists

2002-12-12 Thread Marcos Rebelo
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