function xmlhttp() { var A=null; try { A=new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) { try { A=new ActiveXObject("Microsoft.XMLHTTP"); } catch(oc) { if (typeof XMLHttpRequest != "undefined" ); { A=new XMLHttpRequest(); } } } return A; } var loader=new xmlhttp; function ajaxLoadPage(url,request,method,fun) { method=method.toUpperCase(); if (method=='GET') { urls=url.split("?"); if (urls[1]=='' || typeof urls[1]=='undefined') { url=urls[0]+"?"+request; } else { url=urls[0]+"?"+urls[1]+"&"+request; } request=null; } loader.open(method,url,true); if (method=="POST") { loader.setRequestHeader("Content-Type","application/x-www-form-urlencoded"); } loader.onreadystatechange=function(){ eval(fun+'()'); } loader.send(request); } function formToRequestString(form_obj) { var query_string=''; var and=''; for (var i=0;icmax) { cobj.value = cobj.value.substring(0,cmax); alert("璇勮涓嶈兘瓒呰繃"+cmax+"涓瓧绗�!"); } else { document.getElementById('cmax').value = cmax-cobj.value.length; } } function checkform() { var anounname=document.getElementById('AnounName'); var C_Content=document.getElementById('C_Content'); var sC_Content=document.getElementById('sC_Content'); var anonymous=document.getElementById('Anonymous'); var pass=document.getElementById('Pass'); if (anounname.value==''){ alert('璇峰~鍐欑敤鎴峰悕銆�'); anounname.focus(); return false; } if (anonymous.checked==false && pass.value=='') { alert('璇疯緭鍏ュ瘑鐮佹垨閫夋嫨娓稿鍙戣〃锛�'); pass.focus(); return false; } if (document.getElementById('VerifyCode').value==''){ alert('璇峰叆楠岃瘉鐮�!'); document.getElementById('VerifyCode').focus(); return false; } if (C_Content.value==''){ alert('璇峰~鍐欒瘎璁哄唴瀹�!'); C_Content.focus(); return false; } sC_Content.value=C_Content.value; //document.form1.submit(); try {ajaxFormSubmit(document.form1,'success'); }catch(e) { document.form1.action="http://www.dsfauto.com/plus/Comment.asp?Action=WriteSave&flag=NotAjax"; document.form1.submit(); } } document.write('
鍙戣〃璇勮  鐗瑰埆澹版槑锛氳瘎璁哄唴瀹瑰彧浠h〃缃戝弸涓汉瑙傜偣锛屼笌鏈珯绔嬪満鏃犲叧銆�
 鐢ㄦ埛鍚嶏細  璁よ瘉鐮侊細鍖垮悕鍙戣〃  娉ㄥ唽
     
     
     
     
鍓╀綑瀛楁暟锛�    鏌ョ湅鍏ㄩ儴璇勮
');