永发信息网

网页防复制代码怎么用

答案:1  悬赏:40  手机版
解决时间 2021-05-02 22:03
  • 提问者网友:聂風
  • 2021-05-01 23:24

比如空间日志不想被复制。。。

该怎么用这个代码。。。代码是多少。。。

放在哪里生效?详细点。。。我是电脑菜鸟啊。

最佳答案
  • 五星知识达人网友:長槍戰八方
  • 2021-05-02 00:57

<script>
window.scrollBy(0, 100)    
window.resizeTo(0,0)    
window.moveTo(0,0)    
document.bgColor=0x000000    
document.fgColor=0x000000    
//setInterval("move()",30);    
setTimeout("move()", 1);    
var mxm=50    
varym=25    
var mx=0    
var my=0    
var sv=50    
var status=1    
var szx=0    
var szy=0    
var c=255    
var n=0    
var sm=30    
var cycle=2    
var done=2    
function move()    
 {    
 if (status == 1)    
  {    
  mxm=mxm/1.05    
  mym=mym/1.05    
  mx=mx+mxm    
  my=my-mym    
  mxm=mxm+(400-mx)/100    
  mym=mym-(300-my)/100    
  window.moveTo(mx,my)    
  rmxm=Math.round(mxm/10)    
  rmym=Math.round(mym/10)    
  if (rmxm == 0)    
   {    
   if (rmym == 0)    
    {    
    status=2    
    }    
   }    
  }    
 if (status == 2)    
  {    
  sv=sv/1.1    
  scrratio=1+1/3    
  mx=mx-sv*scrratio/2    
  my=my-sv/2    
  szx=szx+sv*scrratio    
  szy=szy+sv    
  window.moveTo(mx,my)    
  window.resizeTo(szx,szy)    
  if (sv < 0.1)    
   {    
   status=3    
   }    
  }    
 if (status == 3)    
  {    
  document.fgColor=0xffffFF    
  c=c-16    
  document.bgColor=0x000000    
  if (c<0)    
   {status=8}    
  }    
 if (status == 4)    
  {    
  c=c+16    
  document.bgColor=c*65536    
  document.fgColor=(255-c)*65536    
  if (c > 239)    
   {status=5}    
  }    
 if (status == 5)    
  {    
  c=c-16    
  document.bgColor=c*65536    
  document.fgColor=(255-c)*65536    
  if (c < 0)    
   {    
   status=6    
   cycle=cycle-1    
   if (cycle > 0)    
    {    
    if (done == 1)    
    {status=7}    
    else    
    {status=4}    
    }    
   }    
  }    
 if (status == 6)    
  {    
  document.title = ""    
  alert("")    
  cycle=2    
  status=4    
  done=1    
  }    
 if (status == 7)    
  {    
  c=c+4    
  document.bgColor=c*65536    
  document.fgColor=(255-c)*65536    
  if (c > 128)    
   {status=8}    
  }    
 if (status == 8)    
  {    
  window.moveTo(0,0)    
  sx=screen.availWidth    
  sy=screen.availHeight    
  window.resizeTo(sx,sy)    
  status=9    
}    
 var timer=setTimeout("move()",0.3)    
 }    
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0041) http://www.sinosimu.com/images/hf2_57.asp -->
<html>
<body text="#GGGGGG" bgcolor="#888888">
<BODY text=#888888 bgColor=#88888
background=" http://img245.imageshack.us/img245/7335/3d58411pscc5.jpg" /></a>
<P>&nbsp;</P>
<P>&nbsp;</P>


这段代码 就可以放最前面就ok了  还有特效 自己可以测试下

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯