function fullScreen(adres) { window.open(adres,"smallwin","top="+((screen.height/2)-300)+",left="+((screen.width/2)-400)+",height=600,width=800,scrollbars=yes,resizable=no, personalbar=no, menubar=no"); } function yenipencere(adres,yukseklik,genislik) { top1=((screen.height/2)-(yukseklik/2)); left1=((screen.width/2)-(genislik/2)); window.open(adres,"","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+",scrollbars=yes,resizable=no, personalbar=no, menubar=no"); } function kapat() { newwin.close(); } function yenipencere1(adres,yukseklik,genislik) { top1=((screen.height/2)-(yukseklik/2)); left1=((screen.width/2)-(genislik/2)); window.open(adres,"araclar","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+", resizable=yes, status=no"); } function loginagain() { window.opener.location="login_input.asp"; self.close(); } function yenipencere2(adres,yukseklik,genislik) { window.open(adres,"",height="+yukseklik+",width="+genislik+",scrollbars=no,resizable=no, personalbar=no, menubar=no); } function yenipencere3(adres,yukseklik,genislik,windowName) { top1=((screen.height/2)-(yukseklik/2)); left1=((screen.width/2)-(genislik/2)); window.open(adres,windowName,"top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+",scrollbars=yes,resizable=no, personalbar=no, menubar=no"); } //22.05.2003 - maverick //raporlar için yeni sayfa açma function open_rep(url){ var new_win; new_win=open(url,"raporlar","resizable=yes, top=0, left=0, menubar=yes, toolbar=yes, status location=no, scrollbars=yes"); new_win.resizeTo(screen.availWidth,screen.availHeight); } function sinavpencere(adres,yukseklik,genislik,Myform) { var x; x = confirm("Sınava başlamak istediğinizden emin misiniz?"); if (x) { top1=((screen.height/2)-(yukseklik/2)) left1=((screen.width/2)-(genislik/2)) window.open("about:blank","Exam","top="+top1+",left="+left1+",height="+yukseklik+",width="+genislik+",scrollbars=no,resizable=no, personalbar=no, menubar=no") Myform.action = adres Myform.target = "Exam" Myform.submit() } }