[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Redirections



First, please do no post in all caps.  It's quite annoying since it makes
you look like your trying to SCREAM YOUR POINT ACROSS.

Now, here's a good link for you:

Search on HotScrips.com, Category = PHP ("browser sniff")
http://www.hotscripts.com/cgi-bin/search.cgi?query=browser+sniff&cat_only=2&;
mh=25&substring=0&bool=and
 - (i'm using outlook express, so that's gonna be wrapped onto more than one
line.  copy and paste the full URL into your browser.)

There's a script ready to use, and an article that teaches you how to do
your own server-side browser sniffing, and that's only the PHP section of
one resource archive (<- hint, hint).

--
BC

----- Original Message -----
From: "into it" <intoitall@xxxxxxxxx>


> UNFORTUNATLY PEOPLE ARE MISSING THE POINT...
>
> I THINK A MUCH BETTER SOLUTION IS TO COME UP WITH A
> SERVER SIDE BROWSER SNIFFER AND GET AS MUCH OFF OF OUR
> WEB PAGES AS POSSIBLE...
>
> CAN ANY OF THE WONDERFUL PEOPLE IN THIS GROUP HELP
> WITH A SERVER SIDE BROWSER SNIFFER ,
>
> PHP? CGI? HTACCESS?  ARE ALL POSSIBLE WAYS TO
> IMPLIMENT SUCH A THING... UNFORTUNATLY I DO NOT HEVE
> THE SKILLS TO BUILD SUCH A THING...
>
> ANY TAKERS????
> --- Aeron Jarrett <ajarrett@xxxxxxxxxxxxx> wrote:
> > Thouhgt you would've gotten a reply by now. If
> > you're using dreamweaver do
> > inster->head->refresh
> >
> > but if you're not, then what you want to add is a
> > meta in the header
> > similar to this
> > <meta http-equiv="refresh"
> >
> content="<refresh_after>;URL=<relative_or_absolute>">
> >
> > refresh_after is in seconds.