AVOID RIGHT CLICK AND COPYING TEXT FOR BLOGGER






100% WORKS!
LOG IN YOUR BLOG, GO TO DESIGN ---> ADD GADGET ---> ADD HTML/JAVA SCRIPT AND COPY THIS CODE BELOW~






AVOID RIGHT CLICK SCRIPT~



Message Alert Script:






<script language=JavaScript> 
<!-- 

//Disable right mouse click Script 
//By MazeerMohamad (http://mazeermohamad.blogspot.com/) w/ mods by DynamicDrive 
//For full source code, visit http://www.dynamicdrive.com 

var message="Function Disabled!"; 

/////////////////////////////////// 
function clickIE4(){ 
if (event.button==2){ 
alert(message); 
return false; 

function clickNS4(e){ 
if (document.layers||document.getElementById&&!document.all){ 
if (e.which==2||e.which==3){ 
alert(message); 
return false; 

if (document.layers){ 
document.captureEvents(Event.MOUSEDOWN); 
document.onmousedown=clickNS4; 
else if (document.all&&!document.getElementById){ 
document.onmousedown=clickIE4; 

document.oncontextmenu=new Function("alert(message);return false") 

// --> 
</script>



Message Non-Alert Script: 




<script language=JavaScript> 
<!-- 

//Disable right click script III- By MazeerMohamad (http://mazeermohamad.blogspot.com/) 
//For full source code, visit http://www.dynamicdrive.com 

var message=""; 
/////////////////////////////////// 
function clickIE() {if (document.all) {(message);return false;}} 
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {(message);return false;}}} 
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} 
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 

document.oncontextmenu=new Function("return false") 
// --> 
</script>





AVOID HIGHLIGHTING TEXT SCRIPT~






<script language="JavaScript1.2">

//Disable select-text script (IE4 , NS6 )- By MazeerMohamad
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4 
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>






FOR BETTER PERFORMANCE, ME ENCOURAGE YOU TO USE COMBINATION OF THIS SCRIPT~






<script language=JavaScript> 
<!-- 

//Disable right mouse click Script 
//By MazeerMohamad (http://mazeermohamad.blogspot.com/) w/ mods by DynamicDrive 
//For full source code, visit http://www.dynamicdrive.com 

var message="Function Disabled!"; 

/////////////////////////////////// 
function clickIE4(){ 
if (event.button==2){ 
alert(message); 
return false; 

function clickNS4(e){ 
if (document.layers||document.getElementById&&!document.all){ 
if (e.which==2||e.which==3){ 
alert(message); 
return false; 

if (document.layers){ 
document.captureEvents(Event.MOUSEDOWN); 
document.onmousedown=clickNS4; 
else if (document.all&&!document.getElementById){ 
document.onmousedown=clickIE4; 

document.oncontextmenu=new Function("alert(message);return false") 

// --> 
</script>

<script language="JavaScript1.2">

//Disable select-text script (IE4 , NS6 )- By MazeerMohamad
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4 
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>









AND SAVE!! YOU CAN PLACE IT ANYWHERE! ENJOY!! :'P

Sharing is simple! Make sure, drop some comment here! Thanks me if you had benefit from this post! If you have anything in mind, feel free to drop some comment here.. Just ask me if you have any problem with those codes.. Happy Blogging Guys! Follow me for the latest post and hacks!




Photobucket