<script type="text/javascript">
document.onmousedown=click
function click(){
if (event.button==2){
alert('对不起,您无权查看源代码,这是由知识产权保护法保护的特例对象!');
}
if (event.button==3){
alert('对不起,您无权查看源代码,这是由知识产权保护法保护的特例对象!');
}
}
</script>