这段html分辨ip跳转的代码是如何实现的
这是代码:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xh...
这是代码:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<script language="javascript" type="text/javascript" src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?
format=js"></script>
<script language="javascript" type="text/javascript">
var city = remote_ip_info['city'];
//alert(city);
var url = '';
if(city == '北京' || city == '成都' ){
//如果为上述城市,则是下面URL
url = 'http://www.baidu.com';
}else{
//其他城市用
url = 'www.hao123.com';
}
window.location=url;
</script>
<body>
</body>
</html>
是通过js实现的吗,或者是另外的数据库吗。我看不明白 展开
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<script language="javascript" type="text/javascript" src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?
format=js"></script>
<script language="javascript" type="text/javascript">
var city = remote_ip_info['city'];
//alert(city);
var url = '';
if(city == '北京' || city == '成都' ){
//如果为上述城市,则是下面URL
url = 'http://www.baidu.com';
}else{
//其他城市用
url = 'www.hao123.com';
}
window.location=url;
</script>
<body>
</body>
</html>
是通过js实现的吗,或者是另外的数据库吗。我看不明白 展开
3个回答
展开全部
调用这样用js就可以了
<script language="javascript" type="text/javascript" src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?=js"></script>这个是接口以js形式返回信息封装在remote_ip_info对象里面,下面var city = remote_ip_info['city'];是获取里面某个属性值,还可以获取其他信息var province = remote_ip_info['province'];
<script language="javascript" type="text/javascript" src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?=js"></script>这个是接口以js形式返回信息封装在remote_ip_info对象里面,下面var city = remote_ip_info['city'];是获取里面某个属性值,还可以获取其他信息var province = remote_ip_info['province'];
展开全部
remote_ip_info['city'];这个估计是一个函数,根据IP地址,判断城市,函数声明应该在src="http://int.dpool.sina.com.cn/iplookup/iplookup.php 这里面
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你运行这个看看,http://int.dpool.sina.com.cn/iplookup/iplookup.php?,会生成当前ip所在城市,然后用js判断城市跳转对应的url。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询