- Blogger panelinize giriş yapın Şablon >> HTML'yi Düzenle yolunu takip edin.
- CTRL+F tuş kombinasyonuyla </head> kodunu aratıp bulun ve hemen üstüne aşağıdaki kodlardan beğendiğinizi kopyalayıp yapıştırın.
- Kaydet diyip çıkın.
İçeriğinizi Kopyalatmayan Script
<script language='JavaScript1.2'>
//<![CDATA[
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//]]>
</script>
<!--Copyright 2015 © http://MaviindirWebTasarım.blogspot.com-->
Sağ Tıklanınca Uyarı Penceresi Çıkan Script
<script type='text/javascript'>
//<![CDATA[
var message="Fonksiyon Devre Dışı !"; 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>
<!--Copyright 2015 © http://MaviindirWebTasarım.blogspot.com-->
No comments:
Post a Comment