function click() {
if (event.button==2) { 
alert('本站，源代码受到保护。')
}
}
document.onmousedown=click