views:

35

answers:

1

Hi...I would like the content in my website to change depending from where the request is coming(location). Would it be a nice idea to do it based on the IP Address? Is there any other way to do it?

Thanks :)

+2  A: 

There's a number of options available for the handling of location. There's the W3C Geo API(discussion of browser support here),there's an example here using the Google AJAX API,. An overview of a number of options and their relative benefits is here

seengee