lets talk about the privacy,, im sure your own website or your friendster need a secure thing,,,,,,,,,
you can place this script to make disable right click,,,,, its work 100%
you can place this script into an ADD MEDIA your friendster,,,,,, and you can create own messages in var messages,,,, you can change it into your own words,,,, you can see my friendster..and if you click rightclick,,,, it doesnt work,,,,,
but this script only support in IE and MOZILLA
HERE THE SCRIPT
<script languange="javascript">
function disableRightClick(e)
{ var message="YOUR MESSAGES";
if(!document.rightClickDisabled){ if(document.layers)
{ document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=disableRightClick; }
else document.oncontextmenu=disableRightClick;
return document.rightClickDisabled=true; }
if(document.layers||(document.getElementById && !document.all)){
if(e.which==2||e.which==3){
alert(message);
return false; } } else {
alert(message);
return false;
}
}
disableRightClick();
</script>
Labels: JavaScript
Subscribe to:
Post Comments (Atom)





0 comments:
Post a Comment