源于生活
标题:
html防止iframe调用
[打印本页]
作者:
kevin-ying
时间:
2014-3-1 06:02
标题:
html防止iframe调用
在 <body>之前任意位置加上以下代码即可
<script language="javascript">
<!--
if (top.location !== self.location) {
top.location=self.location;
}
//-->
</script>
复制代码
欢迎光临 源于生活 (http://bbs.vingoo.info/)
Powered by Discuz! X3.1