PDA

View Full Version : How to get the Location of a user


Grammarian-Bot
Jul 5, 2006, 09:21 PM
I want to know how can I retrieve the location of every user when they visit my website. Are there any built in ASP functions for it.

LTheobald
Jul 6, 2006, 12:51 AM
Try here:

http://www.codetoad.com/asp_geoip.asp

Or possibly here:

http://www.aspfaqs.com/ASPScripts/PrintFAQ.asp?FAQID=179

ScottGem
Jul 6, 2006, 07:12 AM
What you can get is the IP address of the machine used by the visitor. From there you can find the ISP that issued the IP. This can provide a guess as to the location, but it may not be accurate. Any further info about the visitor would require a court order.