欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

禁止你的左鍵復(fù)制實(shí)用技巧

 更新時(shí)間:2013年01月04日 10:02:10   作者:  
左鍵復(fù)制對(duì)于所有人來(lái)說(shuō)有好有壞,例如原創(chuàng)內(nèi)容就不想被別人復(fù)制,接下來(lái)介紹一種方法,有需要的朋友可以參考下
復(fù)制代碼 代碼如下:

<SCRIPT LANGUAGE=javascript>
function click() {
alert('禁止你的左鍵復(fù)制!') }
function click1() {
if (event.button==2) {
alert('禁止右鍵點(diǎn)擊~(yú)!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {
alert('不當(dāng)?shù)目截悓p害您的系統(tǒng)!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
</SCRIPT>
</script>

相關(guān)文章

最新評(píng)論