function yorumgonder2(i) { document.getElementById('yorumyaz2').innerHTML=" Lütfen Bekleyiniz... "; var haber_id=i; var yorum; var e_mail; var adi_soyadi; var hata=""; var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0; if(isIE) { yorum=document.getElementById('yorum2').value; e_mail=document.getElementById('e_mail2').value; adi_soyadi=document.getElementById('adi_soyadi2').value; } else { yorum=document.all['yorum2'].value; e_mail=document.all['e_mail2'].value; adi_soyadi=document.all['adi_soyadi2'].value; } yorum=escape(yorum);yorum=yorum.replace(new RegExp('\\+','g'),'%2B');yorum=yorum.replace(new RegExp('%20','g'),'+'); adi_soyadi=escape(adi_soyadi);adi_soyadi=adi_soyadi.replace(new RegExp('\\+','g'),'%2B');adi_soyadi=adi_soyadi.replace(new RegExp('%20','g'),'+'); if (adi_soyadi=="") { hata = "Lütfen Adınızı ve Soyadınızı Yazınız...\n"; } if (e_mail=="") { hata = hata+"Lütfen E-Mail Adresinizi Yazınız...\n"; } if (yorum=="") { hata = hata+"Lütfen Yorumunuzu Yazınız...\n"; } if (hata!="") { alert(hata); document.getElementById('yorumyaz2').innerHTML=""; return (false); } var req = new XMLHttpRequest(); if (req) { req.onreadystatechange = function() { if (req.readyState == 4 && (req.status == 200 || req.status == 304)) { // durum if //alert(req.responseText); //return (false); if (req.responseText=="tamam") { // sonuc document.getElementById('yorumyaz2').innerHTML="