How to disable right click in Opera using JavaScript
Since last few hours I am trying a script for disabling right click in all browsers done either through keyboard or mouse. It is working fine in other browsers except in Opera. I even changed the settings of this Opera browser but still it is not accepting right click associated events. Anyone any ideas? Why it is so? Any solutions for this ? Why this following line doesn't work in Opera? 😔
document.oncontextmenu=new Function("return false");Thanks a lot !