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

Reply via email to