Sunday, September 13, 2009

Updates

Joined Entrecard and stumbleupon. Both are too confusing to work on today.

Code to stop people from stealing my work.

<SCRIPT language=JavaScript>
<!--TYPEWHATYOUWANTITTOSAYWHENPEOPLERIGHTCLICKHERE-->
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>

0 comments:

Post a Comment