Monday, 21 July 2014

Disable Mouse right click on web page in asp.net.



Simply give oncontextmenu event of Body tag to false will disable Mouse right click on entire web page as:- 


<body oncontextmenu = "return false;"> 
</body>



No comments:

Post a Comment