防复制的方法
在
- <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">
Created By: sb123
Form Page: 防复制的方法

November 6th, 2006 16:52
官方