function gotologin() { setTimeout(function(){ top.location='http://m.dmotor.cn/user/login/'; },1000) layer.msg('登录之后,才能评论哦',{time:1000}) } function checkform() { var str=$('#ddd').text(); document.getElementById("C_Content").value = str ; 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 Action=document.getElementById("Action").value; var pass=document.getElementById('Pass'); if (anounname.value==''){ alert('请填写用户名。'); anounname.focus(); return false; } if (C_Content.value==''||C_Content.value=='文明上网,请对您的发言负责!'){ alert('请填写评论内容!'); C_Content.focus(); return false; } sC_Content.value=C_Content.value; if("QuoteSave" == Action) { document.form1.action="http://m.dmotor.cn/plus/Comment.shtml?Action=QuoteSave&flag=NotAjax"; } try{ajaxFormSubmit(document.form1,'success'); }catch(e){ document.form1.action="http://m.dmotor.cn/plus/Comment.shtml?Action=WriteSave&flag=NotAjax"; document.form1.submit(); } } document.write('
我要评论...
');