<SCRIPT language=javascript> function click() { alert('需要复制,请与站长联系!') } function click1() { if (event.button=1) {alert('需要复制,请与<a class="channel_keylink" href="http://www.mintao.net" target="_blank">站长</a>联系!') }} function CtrlKeyDown(){ if (event.ctrlKey) {alert('不当的拷贝将损害您的系统!') }} document.onkeydown=CtrlKeyDown; document.onselectstart=click; document.onmousedown=click1; </SCRIPT>
|