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,

[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 version

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