|
Simply copy below JavaScript right below <head> tag of any web pages you want to protect:
<SCRIPT LANGUAGE?JavaScript1.1?>
<!--
//============================
// Protection by ESOFTPRO.COM
// http://www.esoftprocom
// general@esoftpro.com
//============================
function keypressed() {
alert("Source Code is Protected");
}
document.onkeydown=keypressed;
// -->
</SCRIPT>
|
Add to Favourites
Print this Article
|