Guys,
Do the following to block right click:
<script>
$(document).ready(function()
{
$(document).bind("contextmenu",function(e){
return false;
});
});
</script>
Cheers!
Do the following to block right click:
<script>
$(document).ready(function()
{
$(document).bind("contextmenu",function(e){
return false;
});
});
</script>
Cheers!
No comments:
Post a Comment