网页防复制代码
<SCRIPT LANGUAGE=javascript>
function click() {
alert('需要复制,请与站长联系!') }
function click1() {
if (event.button==2) {alert('需要复制,请与站长联系!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {alert('不当的拷贝将损害您的系统!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
</SCRIPT>
function click() {
alert('需要复制,请与站长联系!') }
function click1() {
if (event.button==2) {alert('需要复制,请与站长联系!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {alert('不当的拷贝将损害您的系统!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
</SCRIPT>
不会用的的博友,多向老博友请教,留言啊!
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}