Quote Originally Posted by thebloke
Thanks DJ, I was kind of coming to that conclusion although I know nowt about WSH.

I'm currently using request.servervariables("HTTP_ACCEPT_LANGUAGE") which works fine as long as the user has the correct language settings on their browser but if I change my settings to en-us then the code thinks that I'm in the US.

I've seen some third party gadgets (countryhawk) but I was hoping that I could so something with a standard bit of code.

Unfortunately there is no standard way of determining The origin of user. I have used a 3rd party free tool, which maps the country name from the IP adress. Dont know how accurate it is but it fullfilled my requirement.

If you are interested then search for GeoIP and you should find it..