good point, you could output a link for the user to click if they have turned it off.

Another method would be to do the processing on the same page so that a redirect is 
not needed, just use a flag in the post or get array to run the nessasry script.

-----Original Message-----
From: Hutchins, Richard [mailto:[EMAIL PROTECTED]
Sent: 30 May 2003 15:47
To: [EMAIL PROTECTED]
Subject: RE: [PHP-DB] another redirecting question


If the user has disabled JavaScript in the browser doesn't that create
another problem?

> -----Original Message-----
> From: Griffiths, Daniel [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2003 10:44 AM
> To: Rick Dahl; [EMAIL PROTECTED]
> Subject: RE: [PHP-DB] another redirecting question
> 
> 
> use javascript for your redirects then you wont have these problems
> 
> -----Original Message-----
> From: Rick Dahl [mailto:[EMAIL PROTECTED]
> Sent: 30 May 2003 15:43
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] another redirecting question
> 
> 
> The scripts I need to run before I redirect automatically 
> send output to the browser.  I cannot alter these scripts.  
> Is there a way around this?
> 
> Rick
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to