Forum'da ara:
Ara


Yazar Mesaj
Mesaj14.02.2011, 20:24 (UTC)    
Mesaj konusu: CRTL+A

crtl a engelinin kodunu yazarmısınız ..
______________
Banneriniz 468x60 boyutlarını geçmemelidir.
@simerweb
Mesaj14.02.2011, 21:03 (UTC)    
Mesaj konusu:

Byuru: Tasarımın Üstüne EKle
Alıntı:
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
</script> <script type="text/javascript">
disableSelection(document.body)
</script>



kaynak http://bilgisayarsolucani.tr.gg
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu