Obviously a lot of people use these little scripts to stop you from right clicking on websites/HTML pages etc.
But here's one you can have, use and it will always work on any browser but IE6 or less(and who really uses that
This code may be re-distributed if you wish.
Here it is:
CODE
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
