Date: 07/31/02
- Next message: Petre: "[PHP] Disabling Browser "BACK" button"
- Previous message: Chris Boget: "Re: [PHP] Browser Javascript capabilities"
- In reply to: Chris Boget: "Re: [PHP] Browser Javascript capabilities"
- Next in thread: Brent Baisley: "Re: [PHP] Browser Javascript capabilities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yeah probably, you might need to add a 1 or 2 second delay to the meta
refresh...
Matt Babineau
MCWD / CCFD
-----------------------------------------
e: matt <email protected>
p: 603.943.4237
w: http://www.criticalcode.com
PO BOX 601
Manchester, NH 03105
-----Original Message-----
From: Chris Boget [mailto:chris <email protected>]
Sent: Wednesday, July 31, 2002 12:36 PM
To: Matt Babineau; gearond <email protected>; php-general <email protected>
Subject: Re: [PHP] Browser Javascript capabilities
> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=newpage.php?jscript=off">
Pardon my ignorance, but wouldn't this immediately send the browser onto
the
next page before it had the opportunity to get to and run this:
> <SCRIPT>
> location.href='newpage.php?jscript=on';
> </SCRIPT>
? If that's the case, wouldn't you want to delay the refresh by a few
seconds to allow the javascript to force the redirection?
Chris
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Petre: "[PHP] Disabling Browser "BACK" button"
- Previous message: Chris Boget: "Re: [PHP] Browser Javascript capabilities"
- In reply to: Chris Boget: "Re: [PHP] Browser Javascript capabilities"
- Next in thread: Brent Baisley: "Re: [PHP] Browser Javascript capabilities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

