Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>禁止被ifrane,禁止你的网页被iFrame的方法</title>
<script>
//第一种方法:
if(top.window.location.href != window.location.href )
{top.window.location.href = window.location.href }
</script>
<script LANGUAGE=javascript>
//第二种方法:
<!--
if(top.location!=self.location)top.location=self.location;
//-->
</head>
<body>
请关闭本页,在代码框里复制代码到你的网页中即可。
</body>
</html>
CSS代码...
xxxxxxxxxx
JS代码...