Forum'da ara:
Ara


Yazar Mesaj
Mesaj15.07.2007, 08:39 (UTC)    
Mesaj konusu: *****SAĞ TIKLAMA ENGELİ KODU*****

SİTEMİN http://www.enmatrak.tr.gg/DUVAR-YAZILARI.htm sayfasına ekledim kodu bi bakın kopyalanıyo mu kopyalanmıyo mu kod aşağıda isteyen ekler.....




<SCRIPT language=javascript>
//norc
//Sag Mouse
function NSclick(e) {
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) {
if (e.which == 3) {
return false;
}
}
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)>=5) {
if (e.button == 2 || e.button == 3) {
e.preventDefault();
return false;
}
}
}
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) {
document.onmousedown=NSclick;
document.captureEvents(Event.MOUSEDOWN);
}
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)>=5) {
document.onmouseup=NSclick;
}
if (navigator.appName=="Microsoft Internet Explorer") {
document.oncontextmenu = new Function("return false;")
}
//nots
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>
______________
[img:e69680615d]http://img510.imageshack.us/img510/6757/enmatrakoj2.gif[/img:e69680615d]
Mesaj15.07.2007, 16:42 (UTC)    
Mesaj konusu: Re: *****SAĞ TIKLAMA ENGELİ KODU*****

O KODA NE GEREK VARKİ SİTENİN SAĞ TUŞ ENGELİ EKSTRASI VAR
Mesaj15.07.2007, 20:18 (UTC)    
Mesaj konusu: BİLMİYODUM SAĞOLASIN

Mesaj01.09.2008, 14:46 (UTC)    
Mesaj konusu:

ektra bölü krdş
Önceki mesajları göster:   


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