网页防复制代码

      我的日志 2007-5-26 18:12
网页防复制代码
 
<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>
 
不会用的的博友,多向老博友请教,留言啊!
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}