运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
x
 
1
<html>
2
<head>
3
<title>禁止被ifrane,禁止你的网页被iFrame的方法</title>
4
<script>
5
//第一种方法:      
6
if(top.window.location.href   !=   window.location.href )      
7
{top.window.location.href   =   window.location.href }
8
</script>
9
10
<script LANGUAGE=javascript>
11
//第二种方法:
12
<!-- 
13
if(top.location!=self.location)top.location=self.location;      
14
//-->
15
</script>
16
</head>
17
<body>
18
请关闭本页,在代码框里复制代码到你的网页中即可。
19
</body>
20
</html>
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
xxxxxxxxxx
1
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
禁止被ifrane,禁止你的网页被iFrame的方法
分类
网站常用
描述
禁止被ifrane,禁止你的网页被iFrame的方法代码,有时候你的网页不想被iFrame嵌套显示,这里介绍三种使用Js代码来禁止被iFrame的方法,是一段JS代码,添加到你的网页里就可以起作用了,当然还有其它的一些方法这里就不多说了,只介绍这简...
收藏