MasterDiz.com
Right click... No
way Jose!
To protect your webpage
content from a right click, there are many ways to do it, the one
presented here is very simple easy and fast to implement in your web pages
.
Edit with the "Note pad" the
webpage you want the script in.
under the "<body...>" tag, paste the script,
here it is :
<script
language="javascript">
<!--if (document.all)
document.body.onmousedown=new Function("if (event.button==2||event.button==3)alert('The
right mouse button has been disabled')")//-->
</script>
Words in red is the message
that appears when right click is done and it can be changed. *
*