Forum'da ara:
Ara


Yazar Mesaj
Mesaj10.02.2011, 18:28 (UTC)    
Mesaj konusu: Tümünü Seçme Engeli

Sitemdeki yazıların tümünü seçme engeli koyabilir miyim? İmkanı var mı?
Mesaj10.02.2011, 18:33 (UTC)    
Mesaj konusu:

Kod:
<!--kodbanks.tr.gg Ctrl+c tusu kilitleme kodu basla--><script language="JavaScript1.2">

//Disable select-text script (IE4+, NS6+)- By HATRED

//Exclusive permission granted to Dynamic Drive to feature script

//Visit http://www.SİTENİZİN ADI.comfor 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><!--kodbanks.tr.gg Ctrl+c tusu kilitleme kodu bitir--> 


sağ tık buda
Kod:
<SCRIPT LANGUAGE="Javascript"><!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// Bu kodu www.hackerfriend.ile.biz adresinden indirdiniz.
// ***********************************************
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 0;
if(isNS)
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick==1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick==1){ return true; }
  var myevent = (isNS) ? e : event;
  var eventbutton = (isNS) ? myevent.which : myevent.button;
  if((eventbutton==2)||(eventbutton==3)) return false;
}
function keyhandler(e) {
  var myevent = (isNS) ? e : window.event;
  if (myevent.keyCode==96)
    EnableRightClick = 1;
  return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
//-->
</script>

kolay gelsin
______________
Mesaj10.02.2011, 18:38 (UTC)    
Mesaj konusu:

Sağol. Bu kodları nereye yazıyoruz bilgi verirsen
Mesaj10.02.2011, 18:44 (UTC)    
Mesaj konusu:

ucretsizoyunoynaa yazmış:
Sağol. Bu kodları nereye yazıyoruz bilgi verirsen


kodları kopyala css bölümüne yapıştır
______________
Mesaj10.02.2011, 18:46 (UTC)    
Mesaj konusu:

css kulanmıyorsanda tasarım ayarları >tasarımın üzerindeki yazı--ya yapıştır
______________
Banneriniz 468x60 boyutlarını geçmemelidir.
@simerweb
Önceki mesajları göster:   


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