JoeP
03-19-2003, 02:16 AM
I set a variable to capture the IPS with this:
Session("IPAddr") = Request.ServerVariables("REMOTE_ADDR")
I have seen some sites that can detect a locale or country from members visiting their site. Can I do that with this information with an ASP script or something similar?
I would like to post a little Note That Says Something like:
" We Noticed You Have Signed In From [Locale]."
Thank You! For Any Tips.:thumbsup:
Session("IPAddr") = Request.ServerVariables("REMOTE_ADDR")
I have seen some sites that can detect a locale or country from members visiting their site. Can I do that with this information with an ASP script or something similar?
I would like to post a little Note That Says Something like:
" We Noticed You Have Signed In From [Locale]."
Thank You! For Any Tips.:thumbsup: