| Author |
Disable "Properties" from the rightclick context menu in IE
|
thiruselvan
Greenhorn
Joined: Sep 30, 2008
Posts: 5
|
|
Is there any ways to disable/remove the "Properties" menu item from the right click context menu of IE using javascript? Thanks in advance.
|
 |
Sapika Am
Greenhorn
Joined: Jan 15, 2008
Posts: 10
|
|
what is your intent for disabling properties from right click? Well its a registry tweak that you will have to do for IE Browser. (properties can be accessed from file > Properties too ) If you wanted to completely disable right click for your page then add this to body ...... <body oncontextmenu="return false;">
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
"thirumaniselvan thirumaniselvan" Please check your private messages here: http://www.coderanch.com/forums/user/profile/ Thanks, Eric
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You can not just disable certain things from the context menu and most browsers have settings that do not allow you to disable the menu at all. Eric
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56162
|
|
|
Rather rude, don't you think? Please read this for more information.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Sapika Am
Greenhorn
Joined: Jan 15, 2008
Posts: 10
|
|
Thirumaniselvan, is it properties alone that you want to disable?? you might want to take a loot at Disabling .... details a lot on this matter
|
 |
 |
|
|
subject: Disable "Properties" from the rightclick context menu in IE
|
|
|