o eleman bişe yapmamış ki sadece browser a bakıp ie değilse ie ile daha iyi çalışıyr diyor başak bişe yok kodlarda bi js var.

<script language="javascript">
///Varyasyonlar Hazirlaniyor/////
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true;
event.returnValue = false;
return false;
}

function norightclick(e){
if (window.Event){
if (e.which !=1) return false;
}
else if (event.button !=1){
event.cancelBubble = true;
event.returnValue = false;
return false;
}
}

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;

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
}
PositionX = 100;
PositionY = 100;
defaultWidth  =500;
defaultHeight = 500;
var AutoClose = true;
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
var rp=1;
var uz=1;
var iz=1;
var diz=1;
var biz=1;
var siz=1;
var onlar=1;
var elm=this;
var isNN,isIE;
///Varyasyonlar Bitti////
if(!isIE)                    { alert("UYARI :\nBu site Sadece\n [ Mirosoft Internet Explorer ]\nBrowserinda Çalisir"); history.go(-1) }
function uye_gir() { 
       if (document.uyegiris_form.rm.value == ""){ alert ("Lütfen Kullanıcı Adını giriniz!");  document.uyegiris_form.rm.focus();  return (false);   }
       if (document.uyegiris_form.rm.value.search(" ") != -1) {	alert("Kullanıcı Adı Bölümünde Bosluk Kullanamazsiniz!"); document.uyegiris_form.rm.focus(); return (false);	}
       if (document.uyegiris_form.ps.value == ""){ alert ("Lütfen Sifreniniz giriniz!"); document.uyegiris_form.ps.focus(); return (false);  }
       if (document.uyegiris_form.ps.value.search(" ") != -1) {	alert("Sifre Bölümünde Bosluk Kullanamazsiniz!"); document.uyegiris_form.ps.focus(); return (false); }
}
function ac(adres,baslik,secimler)            { window.open(adres,baslik,secimler); }
function update_arkadas() {
	if (document.all.ulke.value == 11 )  {
	document.all.sehir.disabled = false;
	document.all.sehir.focus(); 
	} else {
	document.all.sehir.disabled = true;
	}
}
function yeni_uyes() { 
if (document.all._rumuz.value == "") { alert("Kullanici Adiniz bölümünü bos birakmayiniz."); document.all._rumuz.focus(); return (false); }
if (document.all._rumuz.value.length < 3) { alert("Kullanici Adiniz En az 3 Karekterden olusmali.!!!"); document.all._rumuz.focus(); return (false); }
var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";
  var checkStr = document.all._rumuz.value;  var allValid = true;  for (i = 0;  i < checkStr.length;  i++)  { ch = checkStr.charAt(i);
    for (j = 0;  j < checkOK.length;  j++)
      if (ch == checkOK.charAt(j))
        break;
    if (j == checkOK.length) { allValid = false;   break; }   }
if (!allValid) { alert("Kullanici Adiniz seçiminde Türkçe Karakterler veya bosluk kullanmayiniz.");  document.all._rumuz.focus(); return (false); }
if (document.all._parola.value == "") { alert("Lütfen Sifreniz bölümünü bos birakmayiniz."); document.all._parola.focus(); return (false); }
if (document.all._parola.value.length < 3) { alert("Sifre En az 3 Karekterden olusmali.!!!"); document.all._parola.focus(); return (false); }
if (document.all._eposta.value == '' || document.all._eposta.value.indexOf('@') ==-1 || document.all._eposta.value.indexOf('.') ==-1 ) { alert('Lütfen geçerli bir e-posta adresi yaziniz!..\n\n Örnegin: isim@postaadresim.com \n'); document.all._eposta.focus(); return (false); }
if(document.all._eposta.value.indexOf('www') !=-1 || document.all._eposta.value.indexOf('WWW') !=-1) {  alert('Lütfen geçerli bir e-mail adresi yaziniz!..\n\n Örnegin: isim@postaadresim.com \n'); document.all._eposta.focus(); return (false); }

}

</script>

bunu sile sile çalıştırısın sen: