At 11:56 23/4/2001 +1000, you wrote:
> > 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. :)

Yeah... I know that... but, c'mon... a browser that doesn't support 
Javascript can't surf trough at least 30% of all websites... it's the 
absolute minority. Netscape itself is a minority.

____________________________
. Christian Dechery (lemming)
. http://www.tanamesa.com.br
. Gaita-L Owner / Web Developer


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