Monday, May 24, 2010

How would an html writer get different versions of the same page to display for a web browser?

Automatically, depending on the country the browser is physically located?

How would an html writer get different versions of the same page to display for a web browser?
To elaborate a bit more than the last guy, you would need a dynamic scripting language such as ASP, PHP or ASP.NET. There are built in functions in each of those languages to find out the IP address and then create or place content on a page according to their location.





But finding out the IP Address is only part of the problem. You then need to know what area or country that IP belongs to. Check out this link, http://www.analysespider.com/geo-targeti... I think it may shed a bit mor e light on it for you.
Reply:Use a script language to determine the location of the requesting IP address -- based on location, show the desired content.

stamen

No comments:

Post a Comment