防复制的方法
May 12th, 2006
在
- <body>
中加上以下代码:
- onLoad="initJS()" onkeydown="PressKey()" return false" oncopy="document.selection.empty()" onbeforecopy="return false"
如:
- <body onLoad="initJS()" onkeydown="PressKey()" return false" oncopy="document.selection.empty()" onbeforecopy="return false">
