Home Pricing Glossary Sitemap Contact Support Login Search
Home arrow Site Map arrow Index arrow Software Ressources arrow Tricks and Tips 
ALL |0-9 |A |B |C |D |E |F |G |H |I |J |K |L |M |N |O |P |Q |R |S |T |U |V |W |X |Y |Z

Index arrow Software Ressources arrow Tricks and Tips

How to dissable copying of web site text Print E-mail

A lot of shaddy webmasters can try to copy your text to make some scrapper sites. This little peice of code can help stop people from stealing your content, while it may not be foolproof it helps a little.

Select the following text and click ctrl+c keys (since you can't right click with your mouse!)

<SCRIPT language=JavaScript>
<!-- http://www.anonsolutions.com  -->
 var message = "function disabled";
 function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){  alert(message); return false; }
 if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {  alert(message);  return false; } }
 document.onmousedown = rtclickcheck;
</SCRIPT>

After that, simply paste this code in between the <head> and </head> of your HTML documents.

 
Web Site Design Vancouver - SEO Vancouver BC Webmaster Canada - Joomla Expert
Copyright © 1999-2008 | 6805 Fleming Street Vancouver, British Columbia, Canada V5P 3H4
Toll Free Phone: 1-800-680-1358 - Toll Free Fax: 1-801-740-8940 Privacy | Contact | Archive