存档

文章标签 ‘防拷贝’

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

2007年8月11日 没有评论

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>