Re: ssi and redirects

2002-04-28 Thread Joshua Hayden
eginners CGI Perl Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 1:08 PM Subject: RE: ssi and redirects > ok, i wouldn't mind using javascript but I don't know how it would tie in > with my scripts. I want this cgi include to scan for a co

Re: ssi and redirects

2002-04-28 Thread Michael Kelly
On 4/28/02 11:08 AM, Mat Harrison <[EMAIL PROTECTED]> wrote: > ok, i wouldn't mind using javascript but I don't know how it would tie in > with my scripts. I want this cgi include to scan for a cookie, check the > values etc and either print the membership links or redirect to the login > page.

RE: ssi and redirects

2002-04-28 Thread Mat Harrison
lto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 3:37 PM To: Beginners CGI Perl Mailing List Subject: Re: ssi and redirects It doesn't work because the HTML Content-type has already been sent to the browser when it started load the .shtml page. You could use javascript. <!-- windo

Re: ssi and redirects

2002-04-28 Thread Joshua Hayden
It doesn't work because the HTML Content-type has already been sent to the browser when it started load the .shtml page. You could use javascript. Some people are afraid do use javascript because old browsers don't understand it. If someone