> I never had any trouble using header() to redirect, but
> wouldn't something like this work even better (without
> worring about previous outputs)??
>
> function redirect($dest)
> {
> ?>
> <script language="JavaScript">
> parent.location.href='<?=$dest?>';
> </script>
> <?
> }
>
> it would work wouldn't it?
In Netscape:
Menu >> Edit >> Preferences >> Advanced >>
[ ] Enable Javascript
^
Not ticked
Oops. I just broke that redirection. :)
Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] redirection to another page func... Carlos Fernando Scheidecker Antunes
- RE: [PHP] redirection to another ... Tyler Longren
- Re: [PHP] redirection to another ... Adam
- RE: [PHP] redirection to another ... Jason Murray
- RE: [PHP] redirection to anot... Christian Dechery
- RE: [PHP] redirection to another ... Jason Murray
- RE: [PHP] redirection to anot... Christian Dechery
- RE: [PHP] redirection to ... Chris Aitken
- RE: [PHP] redirection... Christian Dechery
- RE: [PHP] redire... Chris Aitken
- RE: [PHP] re... Christian Dechery
- RE: [PHP] redirection to another ... Jason Murray
- RE: [PHP] redirection to another ... Jason Murray
- RE: [PHP] redirection to anot... Christian Dechery
- Re: [PHP] redirection to ... James Holloway

