You can also put this in you body
PHP Code:
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" ....>
And you can use this script so that people dont open a page outside your frame settings, using the Menu -> View -> Source;
PHP Code:
<script language="JavaScript">
<!--
if (top.frames.length!=0)
top.location=self.document.location;
//-->
</script>
But like Sparkz said, this is stupid, everyone smart enough knows how to get the ++++s he/she needs. The people that don't know this (the so called newbie) should'nt be a thread to u anyway