Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Disable right click context menu cut, copy, paste

3.82/5 (7 votes)
5 Aug 2011CPOL 43.7K  
XML
<script type="text/javascript">
document.oncontextmenu=new Function("return false");
</script>

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)