hi,

have a play with cgi.http_accept_language

For me it gives me "en-au".  English language, Australia.
For UK it probably gives something like "en-uk"

on your index.cfm file do something like

if cgi.http_accept_language contains "au"
    send here
else
    send here

goodluck!

chad


> What is the best way to recognize a users country of origin and direct
them
> to a country specific website. As, an example, if you are in Canada, and
> you go to google.com, it jumps to google.ca.
>
> How can you do this with CF? I am specifically interested in recognizing
UK
> users.
>
> Thanks List people.
>
> Brook
>
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to