1st Site Free Website Stuff

No Right Click Script

If you want to provide protection against people stealing your source code, images or scripts from your page, you can add this script to disable the right-mouse click. Add this script after the <body> section of your Web page

<script language=JavaScript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
</script>


Return to top
Help me improve this page, please provide me your
suggestions or recommend a new resource:

Suggestion or free resource


Back
Back



| Home | Plan | Design | Code | Upload | Test | Promote | Maintain |
| Search | Map | About this site | Privacy | Glossary | What's new? |


URL: http://www.1stSiteFree.com/no-right.htm

Bill Green
Copyright © 1998 - 2006


HTML 4.01 Checked!Valid CSS Document