function Click(){ 
alert('欢迎光临(C) 【电镀技术与表面工程网】'); 
window.event.returnValue=false; 
} 
document.oncontextmenu=Click; 