How To Enable Right Click and Copying On Any Webpage
Wednesday, January 28, 2015
/
Recently a client asked me that he had to copy a lot of data from a website but the website would not let him right click
or even select the text and copy it. He said that this was a weired
problem and was only one website was affected by this problem. Upon some
research and analysis I came to know that the website was using a
script (JavaScript) to disable the right click menu and preventing copying of text and images from the web page.
This JavaScript trick is usually used to prevent people from copying data from a webpage but it can be misguiding and frustrates people. If anyone is using this trick, he may well be losing loyal visitors and even customers. Anyways the solution to this problem is quite simple. Let’s do it for all three browsers.
This JavaScript trick is usually used to prevent people from copying data from a webpage but it can be misguiding and frustrates people. If anyone is using this trick, he may well be losing loyal visitors and even customers. Anyways the solution to this problem is quite simple. Let’s do it for all three browsers.







