Don't Let a Pirate Steal
Your Images or Text
By Lisa Jay
Lantana
Designwear
You have worked so hard to create your website pictures
and content. Don't let someone steal them right from under your nose.
Here is a JavaScript that protects your website from pirates. These
pirates are people that are looking for images and content to steal to
use as their own. I am sure that they can figure out a way around this,
but it may take some doing.
Here is another great JavaScript that is provided by
Hypergurl.
Place this
script in between your <head> tags.
<script
language="JavaScript1.1">
//
distributed by http://www.hypergurl.com
<!-- var
debug = true;
function
right(e)
{
if (navigator.appName
== 'Netscape' && (e.which == 3 || e.which == 2)) return false;
else if (navigator.appName
== 'Microsoft Internet Explorer' && (event.button == 2 || event.button ==
3)) {
alert('This
Page is fully protected!');
return
false;
}
return
true;
}
document.onmousedown=right;
if (document.layers)
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//--></script>
For more free website templates, HTML scripts,
javascripts, css tutorials please visit
Hypergurl.