html disable web page copy, html disable web page paste, how to disable web page copy, how to disable web page paste, guide disable web page copy, paste
(Website Helper) disable copy & paste Number of Visitors: Site Map

disable web page copy & paste



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html disable web page copy, html disable web page paste, how to disable web page copy, how to disable web page paste, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



To disable web page's Copy and Paste is a greater website security measure. It can prevent surfers from copying and pasting your webpage information without asking your permission.

The following little trick will stop your visitors from copying and pasting your webpage information. You should know that the trick provided below will only make it hard enough to discourage the web surfers and get them moving on to easier targets. Anyone with experience may know a way around this trick.

To make the trick work, you need to add the following html code to your <BODY> tag. The example provided below will tell you how to add the code.

<body bgcolor = white ondragstart = "return false" onselectstart = "return false">

You can also use javascript to do this trick. Please note that the code below should be placed between the existing <Head> tags.

<script language="JavaScript1.2">

function noCopy(e){
return false
}

function enableCopy(){
return true
}

document.onselectstart=new Function ("return false")

if (window.sidebar){
document.onmousedown=noCopy
document.onclick=enableCopy
}
</script>

(Website Helper) disable copy & paste (c) EduSoftMax - www.edusoftmax.com