<html>
<body>
<script>
document.oncontextmenu = function()
{
return false;
}
</script>
</body>
</html>
How to disable right click on web page using javascript
How to disable right click on web page using javascript (hiding source code) <html> <body> <scr...