No Right Click
This isn't that long code people get from Dynamic Drive, this one is short and simple.
1 This is one code:
<BODY ONCONTEXTMENU="return false">
and place this where you would normally place your <body> tag.
when people right click with that code, nothing will pop up.
2 When this following code is placed in your background, the page will refresh after someone right clicks.
<body oncontextmenu="location=self.location;return false"ondragdrop="return false" onselectstart="return false">
3 If you have other things in your body tag, just add it in, like this:
<body bgcolor="black" ONCONTEXTMENU="return false">









