On Tue, 19 Jun 2001, darren chamberlain wrote:

> Andrew Beattie ([EMAIL PROTECTED]) said something to this effect on 06/19/2001:
>
> > Can the committee help me with my problem?
> >
> > <META HTTP-EQUIV="refresh" CONTENT="1; url='http://www.kfs.org/~abw//'">
> >

Oooh, ooh, this is why we keep presentation and logic layer separate ;-)

Instead of printing out the standard header "Content-type: text/html\r\n"
and then a template toolkit document you need to print out a redirection
302 header with the location of the document in question which I have just
been reliably informed won't cause the same problem...

i.e. you need do something like

use CGI;
my $cgi = new CGI;
print $cgi->redirect("http://www.kfs.org/~abw/";);

-- 
s''  Mark Fowler                Technology Developer         Profero Ltd
     http://www.profero.com/      [EMAIL PROTECTED]         020 7700 9960
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}



Reply via email to