It's Everything
Saturday, August 20, 2011
Disable Right Click
<script>
function disableRight()
{
if(event.button==2)
{
alert("Right Click Not Allowed!");
return false;
}
}
document.onmousedown=disableRight;
</script>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment