如何使自己的网页不会被别人盗用(避免别人讲自己的网页嵌入到frame中)
如何使自己的网页不会被别人盗用(避免别人讲自己的网页嵌入到frame中) <html>
<head>
<script language='javascript'>
function checkPage()
{
if(top.location != self.location)
top.location = self.location;
}
</script>
</head>
<body>
</body>
</html>
没有评论:
发表评论