Country Of Origin
I am trying to set page content to reflect where the user may come from.
Is there a fairly simple way to tell where web page requests are coming
from? (Site is on a Win2003 server)
i.e. something like (I know it not real)
<%If Request.ServerVariable(".HTTP_USER_ COUNTRY")="UK" Then %> ...
View Replies
I'm looking for a way to make an asp 3.0 script that could give me the origin of an IP adress. All I need is the country name and the state name.
View Replies
View Related
My site is being invaded by AFRICA SPAMMERS mostly from Ivory Coast (
according to my stats program) using USA or UK credentials (zip codes etc)
to fool the registration monitor.
Is there any way that I can grab the IP address as soon as someone lands on
the site and determine the country of origin? Since I am only interersted in
USA or UK origin visitors this would be a convenient way of preventing them
get on the site at all.
View Replies
View Related
Is there a way to tell an asp file which set of commands to run depending on what file they just came from?
View Replies
View Related
how i can tell . for exmple .my for malaysia,.id for indonesia and how i want to know for all country in the world.. hope u understnd for interrupt.
View Replies
View Related
For web trends, i need to display country name with the help of IP. How can i do this with out any dll registering or installations in ASP?
View Replies
View Related
Does anybody know how to determine a user's country or LCID in an asp page?
I've found some articles on using:
Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")
but somehow this doesn't seem like a foolproof method to me.
View Replies
View Related
How i can know the country of the visitor of the web?
View Replies
View Related
How can i obtain Clients Country
View Replies
View Related
what is the easiest way to get the clients country, wthout asking them for it is there a HTTP request?
View Replies
View Related
in my drop down dont want to show country names like United States and Canada but its still showing Code:
nusa="United States"
ncanada="Canada"
Set rs = Server.CreateObject("adodb.RecordSet")
strcountry="SELECT * from tblCountries where CountryName Not In ('"& nusa & "," & ncanada & "')"
rs.Open strcountry,cardconn, 2, 2
is the syntax ok
View Replies
View Related
Does anyone know of a good ASP script that does the following:user selects country/regionredirects to page/site based on selectionremembers this preference for future visits.
View Replies
View Related
Is it possible using ASP to detect the country that a visitor to your site is in?If so, could you please point me in the direction of a site which tells you how it is done?
View Replies
View Related
How do you know that a certain IP add is from a certain country? Can asp do this?
View Replies
View Related
how I can check what country the user is visiting from? I know how to check the browser type etc. but not where the person visiting my site is actually resident. I'd like to know how to check this both in ASP and Javascript if possible.
View Replies
View Related
I've been to a few websites where it displays the town, state (if USA),
country I'm browsing from. Now, I know that detecting country is easy, but
how do you determine the town?
What ASP components do this?
View Replies
View Related
When you select the "Country" field in a Hotmail "get new account" link, the field "State" changes automatically, giving you the correct States that belongs to the chosen Country.
View Replies
View Related