网页防拷贝禁另存代码
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>
这个没有试
<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>
这个没有试