javascript - Disable right click on browser's back and forward button -


is there way disable right click , forward button of browser using javascript or silverlight? don't want users access list of histories shown via context menu when right click on buttons. want user able left click on , forward button navigate.

as per pekka's answer. suggestion make open application/page/whatever in new window, using javascript window.open method, , specify parameters of new window address bar etc hidden.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -