< script src="jquery-1.7.1.min.js" type="text/javascript" >< /script >
< script language="javascript" >
/*
Disable right click script (on images)- By Mano
*/
$(document).ready(function(){
$("img").attr("oncontextmenu", "return false;");
});
< /script >
Note: This will not work only in IE browser
thanks for this.. i am looking for Total page right click event disable.. i got information from here..http://aspnettutorialonline.blogspot.com/2012/05/disable-right-click-on-browser-using.html
ReplyDeleteCopy Prevention is a module - https://drupal.org/project/copyprevention for -
ReplyDeleteDisable text selection
Disable copy to clipboard
Disable right-click context menu on all site content
Disable right-click context menu only on images
And for disable many more . . .