home

防复制的方法

Tag:

  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">

Created By: sb123

Form Page: 防复制的方法

Related Posts:

  • No Related Posts

One Response to “防复制的方法”

  1. 癌症
    November 6th, 2006 16:52
    1

    官方

留言中至少要有一个中文字

Leave a Reply