Today, I would like to share a fairly simple technique to disable right click menu of the website. I was using around 10-15 lines of JavaScript code to disable the menu that appears on the right click on the browser.
Here the code which you can use in the body tag of the document.
<body oncontextmenu=”return false;”>
As [...]
Posts Tagged ‘technique’
How to disable context menu in browsers ?
Posted by Bagesh Singh on March 12th, 2010
Hide .php extension with url rewriting using .htaccess
Posted by Bagesh Singh on February 22nd, 2010
Last time I’ve written an article about hiding php file extension where I’ve showed you how you can use .html or .asp extension of file instead of .php extension. But there was one flaw in that technique you have had to change the file extension explicitly but in this post I’m going to show you [...]
Posted in
Tags: