views:

361

answers:

2

How do I disable the "Save Target As" item in right click menu in Internet Explorer and Firefox browsers?

+1  A: 

Read this page - both for a way to disable the context menu, and the reason why you shouldn't. As for disabling individual menu items, that's not possible since those items are determined by the browser and kept isolated from the page itself.

Amber
+7  A: 

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.

David Dorward