Contributions

Features (Category Index)
Search: 

Disable right click

This contribution disables the right click on your website

Expand All / Collapse All

short version of right click 12 Apr 2007

a short version of disalow right click

and some thoughts about if its good idea to disalow right click
------------------------------------------------------
Short version of disalowed right click

its working on IE and Firefox
its not working with konqurer, opera
-----------------------------------------------------------------
Put this in your <body> Tag

<body onContextmenu="alert('Not allowed.'); return false">
-----------------------------------------------------------------



some thoughts
###########################################

disable right click isn`t a good protection, because its so easy to copy image and text on other way.
or simple disable javascript or much mor simple use Opera, konqurer :-)

disable right click makes your site unconfortable (example... tabbrowsing is more difficult on your site)


some intresting articke to that toppic
http://www.sitepoint.com/article/dont-disable-right-click/

Disable Right Click and Selection V 2.0 24 Mar 2007
DisableSelection not working on FF 23 Mar 2007
Found the problem.... 23 Mar 2007
Errors with Firefox and Netscape 23 Mar 2007
Disable Right Click and Selection V 1.0 23 Mar 2007
this is working !!IE7 13 Mar 2007
Right Click 12 Mar 2007
not working on ie7 12 Mar 2007
Now added can't select on mouse drag C.B 30 Apr 2004
Add blocking to pop-up images Steven 26 Apr 2004
include double button click Nathan Higgins 26 Apr 2004
Disable right click jules190 28 Jul 2003

Note: Contributions are used at own risk.