function click() {
alert('您好,為防止盜用本站圖片等信息的惡劣行為再次發(fā)生,本站右鍵已禁用!如給您帶來不便,請諒解!') }
function click1() {
if (event.button==2) {alert('禁止右鍵點擊!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {alert('不當?shù)目截悓p害您的系統(tǒng)!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;