How do I disable the "Save Target As" item in right click menu in Internet Explorer and Firefox browsers?
Javascript – Disable “Save Target As” option in the right click menu
.netasp.netjavascript
Related Question
- Javascript – Trigger a button click with JavaScript on the Enter key in a text box
- Javascript – How to get the children of the $(this) selector
- Javascript – How to copy to the clipboard in JavaScript
- Javascript – How to disable right click on the web page
- Javascript – What does “use strict” do in JavaScript, and what is the reasoning behind it
- Javascript – How to check if an object is an array?
- Javascript – Why aren’t ◎ܫ◎ and ☺ valid JavaScript variable names
- Javascript – How does data binding work in AngularJS
Best Solution
You can't.
You can attempt to block the context menu entirely (which is annoying, and very very easy to bypass), but you can't do anything about individual options on it.