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

Reply via email to