防止被IFRAME嵌套并自动跳到首页代码
<script>
if(self!=top) top.location=self.location;
</script>
<p>查找更多代码,请访问:<a href="http://www.lanrentuku.com" target="_blank">懒人图库</a></p>
发布时间: 2012-10-16 09:57:37 作者: rapoo
防止被IFRAME嵌套并自动跳到首页代码
<script>
if(self!=top) top.location=self.location;
</script>
<p>查找更多代码,请访问:<a href="http://www.lanrentuku.com" target="_blank">懒人图库</a></p>