Several web pages turn off the ability to right-click. This examples how to turn it back on.
People are nuts about protecting their web site from unauthorized copying. One of the most frequently used ways to preventing copying is to use javascript to disable the ability to right-click.
Of course, we can use javascript to turn it back on.
When visiting the offending website, type the following into the URL bar of your browser:
javascript:void(document.oncontextmenu=null)
use this trick in internet explorer.
f