网页防拷贝和禁止另存为代码

上一篇 / 下一篇  2007-08-11 08:29:37 / 精华(5)

网页防拷贝和禁止另存为代码  
  

1、防拷贝代码
<body leftmargin=0 topmargin=0  oncontextmenu=’return false’ ondragstart=’return false’ onselectstart =’return false’ onselect=’document.selection.empty()’ oncopy=’document.selection.empty()’ onbeforecopy=’return false’ onmouseup=’document.selection.empty()’>


2、防“另存为”代码
<noscript>
<iframe src=*></iframe>
</noscript>

TAG: 网页防拷贝 禁止另存为

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

关于作者