Commit 40537ea8 by agan

添加ip提示

parent 2717c775
......@@ -19,13 +19,20 @@
<div class="errorpPage-box">
<h1>对不起!发生了一些意想不到的错误。</h1>
<h2>Sorry, the site now can not be accessed. </h2>
<p id="userIp"></p>
<p>请联系系统管理员进行处理,我们会尽快修复。您可以:</p>
<div class="errorpPage-operate">
<a href="javascript:window.location.reload()" class="operateBtn" title="刷新试试">刷新试试</a>
<a href="http://www.baidu.com" class="operateBtn" title="返回首页">返回首页</a>
</div>
</div>
<script>
var userIp = window.location.search.split('?ip=')[1]
if(userIp){
var dom = document.getElementById('userIp')
dom.innerHTML = "您当前的ip是" + userIp
}
</script>
</body>
......
......@@ -18,7 +18,7 @@
province = ['北京', '天津', '河北', '山西', '内蒙古', '辽宁', '吉林','深圳','广州','杭州','苏州', '黑龙江', '上海', '江苏', '浙江', '安徽', '福建', '江西', '山东 ', '河南', '湖北', '湖南', '广东', '广西', '海南 ', '重庆', '四川', '贵州', '云南', '西藏', '陕西', '甘肃', '青海', '宁夏', '新疆', 'CHINA']
for(var i=0;i<province.length;i++){
if(returnCitySN["cname"].indexOf(province[i])!=-1){
window.location.href='content.html'
window.location.href='content.html?ip=' + returnCitySN["cip"]
}
}
</script>
......
......@@ -19,13 +19,20 @@
<div class="errorpPage-box">
<h1>对不起!发生了一些意想不到的错误。</h1>
<h2>Sorry, the site now can not be accessed. </h2>
<p id="userIp"></p>
<p>请联系系统管理员进行处理,我们会尽快修复。您可以:</p>
<div class="errorpPage-operate">
<a href="javascript:window.location.reload()" class="operateBtn" title="刷新试试">刷新试试</a>
<a href="http://www.baidu.com" class="operateBtn" title="返回首页">返回首页</a>
</div>
</div>
<script>
var userIp = window.location.search.split('?ip=')[1]
if(userIp){
var dom = document.getElementById('userIp')
dom.innerHTML = "您当前的ip是" + userIp
}
</script>
</body>
......
......@@ -18,7 +18,7 @@
province = ['北京', '天津', '河北', '山西', '内蒙古', '辽宁', '吉林','深圳','广州','杭州','苏州', '黑龙江', '上海', '江苏', '浙江', '安徽', '福建', '江西', '山东 ', '河南', '湖北', '湖南', '广东', '广西', '海南 ', '重庆', '四川', '贵州', '云南', '西藏', '陕西', '甘肃', '青海', '宁夏', '新疆', 'CHINA']
for(var i=0;i<province.length;i++){
if(returnCitySN["cname"].indexOf(province[i])!=-1){
window.location.href='content.html'
window.location.href='content.html?ip=' + returnCitySN["cip"]
}
}
</script>
......
......@@ -19,13 +19,20 @@
<div class="errorpPage-box">
<h1>对不起!发生了一些意想不到的错误。</h1>
<h2>Sorry, the site now can not be accessed. </h2>
<p id="userIp"></p>
<p>请联系系统管理员进行处理,我们会尽快修复。您可以:</p>
<div class="errorpPage-operate">
<a href="javascript:window.location.reload()" class="operateBtn" title="刷新试试">刷新试试</a>
<a href="http://www.baidu.com" class="operateBtn" title="返回首页">返回首页</a>
</div>
</div>
<script>
var userIp = window.location.search.split('?ip=')[1]
if(userIp){
var dom = document.getElementById('userIp')
dom.innerHTML = "您当前的ip是" + userIp
}
</script>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment