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
1 comment:
Well this is a good example
Post a Comment