We have to bind contextmenu and return false from this.
This function also handel right click on images of web page. <script language="javascript" type="text/javascript">
$(document).bind("contextmenu",function(e){
return false;
});
</script>
Thanks
Mahesh
Well this is a good example
ReplyDelete