/*241108*/

function Yazdir(ne){

    var ac=window.open("", Math.floor(Math.random() * 100), "scrollbars=yes,directories=no,menubar=no,resizable=no,status=no, width=640,height=480"); ac.document.open("text/html"); ac.document.write('<html><head><title>' + ac.opener.document.title + '</title>'); ac.document.write(''); ac.document.write('<style type="text/css">body,table {cursor:default; font: 13px Verdana; color: #000000; }</style>'); ac.document.write('</head><body style="background-color:#ffffff" onload="if(confirm(\'Bu sayfa, içeriğindeki metinleri yazdırmak için açıldı. Yazdırma işlemine devam etmek istiyor musunuz?\')) { self.print(); }  else{ self.close(); } ">'); Icerik=ne.innerHTML; for(;;){

        Icerik2=Icerik.replace(/<input[^>]*>/i, ""); Icerik=Icerik2.replace(/<input[^>]*>/i, ""); if(Icerik==Icerik2) break;

    }

    ac.document.write(Icerik); ac.document.write('</body></html>'); ac.document.close();

}

