屏蔽网页查看源代码js

<script Language='JavaScript'> function click() { if (event.button==2) {alert("")}}   document.onmousedown=click   </script>