home

Tags

防复制的方法

May 12th, 2006

  1. <body>

中加上以下代码:

  1. onLoad="initJS()" onkeydown="PressKey()" return false" oncopy="document.selection.empty()" onbeforecopy="return false"

如:

  1. <body onLoad="initJS()" onkeydown="PressKey()" return false" oncopy="document.selection.empty()" onbeforecopy="return false">