How to disable Mouse right click on web page?

 Posted by vishalneeraj-24503 on 7/2/2014 | Category: ASP.NET Interview questions | Views: 1523 | Points: 40
Answer:

Simply give oncontextmenu event of Body tag to false will disable Mouse right click on entire web page as:-
<body oncontextmenu = "return false;">  

</body>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response