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 (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('
发表评论  特别声明:评论内容只代表网友个人观点,与本站立场无关。
 用户名: 匿名发表  注册
     
     
     
     
查看全部评论
');