No Copy Alert
Helo!
Gonna post this for a long time. Looking for some blogging tutorial? Here's one for you.
This tutorial is on how to make the no copy alert for your blog. Just copy this code and paste it! Easy!! Dont forget to edit your own messeji
<script language=javascript>
<!--
//thetalkingcinderella
var message="YOUR MESSEJI";
///////////////////////////////////
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>
ThankYou
No Copy Alert
Helo!
Gonna post this for a long time. Looking for some blogging tutorial? Here's one for you.
This tutorial is on how to make the no copy alert for your blog. Just copy this code and paste it! Easy!! Dont forget to edit your own messeji
<script language=javascript>
<!--
//thetalkingcinderella
var message="YOUR MESSEJI";
///////////////////////////////////
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>
ThankYou