您的位置:首页 > 其它

如何使自己的网页不会被别人盗用(避免别人讲自己的网页嵌入到frame中)

2006-04-14 10:16 447 查看
如何使自己的网页不会被别人盗用(避免别人讲自己的网页嵌入到frame中)

<html>
<head>
<script language='javascript'>
function checkPage()
{
if(top.location != self.location)
top.location = self.location;
}
</script>
</head>
<body>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: