Disable IE menu items using Javascript
-
Hi, How to disable a menu item such as "save as" in the Internet Explorer or Netscape using Javascript. Thanks in advance.
Subrahmanyam K
-
Hi, How to disable a menu item such as "save as" in the Internet Explorer or Netscape using Javascript. Thanks in advance.
Subrahmanyam K
If you are refering to the right-click pop-up then you can disable it. Google for it. But you can't disabled the main menu options, unless you open the page in a pop-up with no buttons and menus. But the user will still be able to press ctrl+s and save the page. In short: you can't prevent the user from saving the page (afterall if he is able to see it it is already somewhere on his computer). If you don't want your users to save some information then don't put it on the internet.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!