加入收藏-方便您以后查找网页特效哦
你的位置:
主页
>>
实用代码
禁止某些IP的访问
加入如下代码到head区域
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin netscape = (navigator.appName.indexOf("Netscape") != -1); version4 = (navigator.appVersion.indexOf("4.") != -1); if (netscape && version4) { ip = "" + java.net.InetAddress.getLocalHost().getHostAddress(); if (ip.indexOf("235.12") >= -1) // 这是想要禁止访问的IP例如: 235.12.xxx.xxx { alert("You are not permitted to access this site."); history.go(-1); } } // End --> </script>
COPYRIGHT © 2003-2005 ALL RIGHTS RESERVED
业务联系
|
广告服务
|
网站建设
|
关于我们
|
免责声明
月光宝盒工作室
800*600