FAQ Topic - How do I disable the right mouse button? (2009-08-22)

F

FAQ server

-----------------------------------------------------------------------
FAQ Topic - How do I disable the right mouse button?
-----------------------------------------------------------------------

The nonstandard ` contextmenu ` event is not widely supported.
Browsers that do support it may configured to prevent scripts from
accessing that event.

Example:

<body oncontextmenu="return false">

Disables the context menu where supported. Note that this will not
prevent users from viewing your source code or copying images. To
discourage copying, provide a copyright notice.

http://msdn.microsoft.com/en-us/library/ms536914(VS.85).aspx

https://developer.mozilla.org/En/DOM/Window.oncontextmenu


The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top