admin管理员组文章数量:1431420
I am looking for JavaScript which gives me the ability to display City and Country on my application.
Like in image below:
I tried many different solutions, through geolocation, and etc., Doesn't display anything, somebody know how to find right working script, because even here I found some solutions, but doesn't display anything!
One of the examples below! Will appreciate any help!
Thanks in advance
<html>
<head>
<script language="JavaScript" src=".JavaScript"></script>
<script language="JavaScript">
var city = geoip_city();
var country = geoip_country_name();
</script>
</head>
<body>
You are from <script>document.write(city)</script>, <script>document.write(country)</script>.
</body>
</html>
I am looking for JavaScript which gives me the ability to display City and Country on my application.
Like in image below:
I tried many different solutions, through geolocation, and etc., Doesn't display anything, somebody know how to find right working script, because even here I found some solutions, but doesn't display anything!
One of the examples below! Will appreciate any help!
Thanks in advance
<html>
<head>
<script language="JavaScript" src="http://j.maxmind./app/geoip.JavaScript"></script>
<script language="JavaScript">
var city = geoip_city();
var country = geoip_country_name();
</script>
</head>
<body>
You are from <script>document.write(city)</script>, <script>document.write(country)</script>.
</body>
</html>
Share
Improve this question
edited Feb 20, 2013 at 14:11
Joachim Sauer
309k59 gold badges567 silver badges622 bronze badges
asked Feb 20, 2013 at 12:47
Aleksandrs KrasnovskisAleksandrs Krasnovskis
751 gold badge2 silver badges10 bronze badges
1 Answer
Reset to default 2You need to use API for this.
Check this, see if it helps you
http://www.jquery4u./api-calls/geolocation-jquery-api-geoplugin/
本文标签: geolocationHow to display current country and city in HTML with JavaScriptStack Overflow
版权声明:本文标题:geolocation - How to display current country and city in HTML with JavaScript - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745557753a2663287.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论