Site hosted by Angelfire.com: Build your free website today!

FFCCFF
CCCCFF
white



<.body topmargin="0" leftmargin="10" rightmargin="0" marginheight="0" marginwidth="10" ondragstart="return false" onselectstart="return false;" oncontextmenu="return false;">

<.span oncontextmenu="return false;" ondragstart="return false"><.img src="http://www.angelfire.com/linux/blinklinks/chiemsegel.gif" width="400" height="266"><./span>
<. href="" onMouseOver="document.bgColor='#FFCCFF'"> FFCCFF<.a>
<. href="" onMouseOver="document.bgColor='#CCCCFF'">CCCCFF<.a>
<. href="" onMouseOver="document.bgColor='white'">white<.a>

http://www.boogiejack.com/howx038.html
This little JavaScript snippet will prevent someone from using their cursor to highlight part of your text and using their computer's copy function to copy it.
It also prevents them from using Ctrl + A to select all the text for copying. Go ahead, try to copy the text on this page...I'll wait.

Of course, since it is JavaScript, it doesn't work if the visitor has JavaScript disabled or has a browser that doesn't support JavaScript.
That isn't very many users, but anyone with some experience would know a way around this trick.
It will stop new users, and at least make it harder for everyone else. That may be all the discouragement they need to move on to easier pickins.

Image Copying Deterrent

Nothing will stop someone from stealing your images if they are determined,
but you can make it as difficult as possible and thwart the majority of would-be thieves.
Instead of just placing an image on your page, place it inside a special span tag, like this:
<.span oncontextmenu="return false;" ondragstart="return false"><.img src="picture.jpg"><./span>
If they right click to copy or save your image when it's coded like this,
or if they try to drag and drop it to save it, they won't have any luck in about 95% of the browsers in use.

From Boogie Jack's Almost a Newsletter - September 15,2002
http://www.boogiejack.com/
http://www.boogiejack.com/sitemap.html


<.a href="" onMouseOver="document.bgColor='#ff0000'" onMouseOut="document.bgColor='#0000ff'" onMouseOver="document.fgColor='#ffffff'" onMouseOut="document.fgColor='#ffff00'"> <.img src="http://www.yourfreevitamins.com/images/figure.jpg" width=180 height=384 /><./a>