Projeler
Mart. 11, 2009 Çar.
En kisa sürede yeni Projelerle Karşınızdayız...
<a href="
http://muratcanguney.tr.gg/" target="_blank"><img src="
//img.webme.com/images/sig.png" width="500" height="60" border="0" alt="muratcanguney.tr.gg"></a>
METİN ENGELLEYİCİSİ
BUNU SİTENE EKLE KİMSE YAZILARINIZ MAUS İLE TIKLAYİP KOPYALAMASIN
<!--p
/*
Plugin Name: Metin Secme Engelleme (Disable select-text)
Plugin URI: tp://www.muratcanguney.tr.gg/
Description: Sayfanız üzerinde metin secmeleri engeller. (This plugin Disable select-text on your page.)
Author: Murat GÜNEY
Author URI: tp://www.muratcanguney.tr.gg/
Version: 1.0
*/
function MetinSecEngelle()
{
--><script type="text/javascript">
/***********************************************
* Disable select-text script- © Dynamic Drive (
www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit
http://www.muratcanguney.tr.gg/ for full source code
***********************************************/
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script><!--p
}
add_filter('wp_head', 'MetinSecEngelle');
-->