Clients Country
How can i obtain Clients Country
View RepliesHow can i obtain Clients Country
View Replieswhat is the easiest way to get the clients country, wthout asking them for it is there a HTTP request?
View Replies View Relatedhow 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 RelatedFor 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 RelatedI have to develop the game in asp.net which is played by two player (TIC TAC TOE GAME ) sitting on two different pc.
the problem that i am facing is that how i can refresh the page second player page when i recieve the request from first player and vice versa.
myGetImage.asp is suppose to create a temporary file in the client side, and display in on the client web browser. myGetImage.asp needs to know the clients web browser temporary system path, in order to create the temp file. How do I get the parameter and value of clients web browser temporary system path?
View Replies View RelatedDoes 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.
How i can know the country of the visitor of the web?
View Replies View RelatedI 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 %> ...
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
does anyone know how to get all the sessionID that are active on a web site. I want to know how many people are on my web site and what their sessionID would be if I do response.write(Session.SessionID)
View Replies View RelatedI have web application that pulls in an image from a web users machine to include it in a preview
<input type="image" name="adimage" alt="user image" border="0" height="100" width="75" src="file://localhost/<%=strFullGraphicsPath%>" disabled>
is there anyway to extend this to be able to include images on a network share on the user's network?
i am trying to build a page that my client can log onto with a password and update information daily, if there is someone who can point me in the right direction or tell me how to do this it will save me days of research trying to find it myself.
View Replies View RelatedDoes 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 RelatedIs 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 RelatedHow do you know that a certain IP add is from a certain country? Can asp do this?
View Replies View Relatedhow 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 RelatedI´ve made a program and now i would like the users of the program to be able to download updates from my website.
I want the user to show where the EXE-file on their computer is, so i can check version number, size and name of the file.
Do i need the user to upload the file to the server first before i can check version number, size and name?
Can i do this without some kind of component? Code:
The client needs to save a file on his pc which is located on the server disk. What can be the solution for this?
View Replies View RelatedI'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?
does anyone know why my session number doesnt stay the same when i pressed refresh?
it works on w2k, but not on w2k server
my programmer thinks that the IIS is not passing the session back to the client. is there a way to check or any other alternative for sessions?
How to incorporate this Install-feature into my web site. I already wrote the setup program which is available on my web server. I do not want to let the setup program to be downloaded and get installed If this is not possible using ASP then do I need to really move to CGI scripting.
View Replies View RelatedI am facing a strange problem. I want to give a functionality to the client where he can download a complete folder from the server. but how to give this functionality is the main problem.
I have one ASP page where I am creating various files of vcf extension dynamically and now I want that client should be able to download all those files. Those files are present in one folder and so I want to give that whole folder to the client.so now I want some trickes/code or URL from you guys to achive this .
I have a server that we installed a Web Application (ASP) and It works with
a few clients that we tested, IE 5.5, and it does not work on the server
machine itself. So we've tested a few thing.
Created a simple file with the contents of <html> <body> Hello World </body>
</html> Made one with .HTM extension and one with .ASP.
I can see the HTM file from all machines. I can only see the .ASP file on the machine running IE 5.5 The server itself cannot see the .ASP page. We places the files in the root of the server web and in the Application folder with the same results.
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