Saturday, June 21, 2008

Disable the right click on a web page

Some website has right-click disabled so that user cant copy paste using mouse, or cant save images contained into webpage.


Copy paste this code


<body oncontextmenu=”return false;”>

Html page content here

</body>


**End of article**

No comments: