Right Click Copyright Notice - Utilities - Neils Resource WebRight Click Copyright Notice - Utilities - Neils Resource WebCopyright - Utilities - WEB DEV. - NEILS RESOURCE WEB


Summary of Content
This script may discourage the more novice Internet users from copying your content. An alert box will appear displaying your copyright information when the right mouse button is clicked. This script will not completely protect your content from more experienced users. You won't find it being used on this site though (other than as an example on this page only).

Right mouse click anywhere on this page to see it in operation.

Tip: Use the word Copyright in the text, don't rely on the symbol © alone. It may not display in all browsers.
Tip: Use \n for a line break in the text. Should work in most browsers.


right mouse button click copyright notice
Copy and Paste the following code into the BODY of your web page. Insert your own copyright information where indicated in red.
<SCRIPT language="JavaScript">
<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
var message="© Copyright: 2005/7 by Your Site. WARNING ! All content contained within this site is protected by copyright laws. Use of this material is strictly prohibited without prior arrangement";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.mousedown);
}
document.onmousedown=click;
// -->
</SCRIPT>

Hyperlink titles may have been abbreviated, (right click on the link and select properties for the full URL)

Top of the PageTop of the PageA double mouse click anywhere on the page will take you back to the top (except when over hyperlinks)

Last Update: 04/02/2008 - Copyright Notice - Utilities - Web Development - Neils Resource Web