* Thus wrote skate ([EMAIL PROTECTED]):
> you could also shove some JavaScript in there if you don't like the way the
> PHP header("location:...") function works...
> 
> <script language="JavaScript">
>     location.href="new_page.php";
> </script>

And in my case I would never see the next page. I have javascript turned
off.

Never rely on javascript to do the work, excpecially in small cases like
this when php can handle it without any issues, such as javascript being
turned off.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to