function formToRequestString(form_obj) { var query_string=''; var and=''; for (var i=0;icmax) { cobj.value = cobj.value.substring(0,cmax); KesionJS.Alert("评论不能超过"+cmax+"个字符!"); } else { document.getElementById('cmax').value = cmax-cobj.value.length; } } function checkcommentform(){ 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==''){ KesionJS.Alert('请填写用户名!',"$('#Anonymous').focus()"); return false; } if (anonymous.checked==false && pass.value==''){ KesionJS.Alert('请输入密码或选择游客发表!','$("#Pass").focus()'); return false; } if (C_Content.value==''||C_Content.value=='文明上网,请对您的发言负责!'){ KesionJS.Alert('请填写评论内容!','$("#C_Content").focus();'); return false; } sC_Content.value=C_Content.value; ajaxFormSubmit(document.form1) } function checkbindweibo(){ if ($("#transweibo")[0].checked){ jQuery.post("http://hedu.org.cn/user/UserAjax.asp",{action:'CheckToken',checktype:"sinaweibo"},function(d){ if (d!='success'){ KesionJS.Alert('您没有绑定新浪费微博账号,或是授权失效!','$("#transweibo").attr("checked",false);'); }else{ $("#transweibo").attr("checked",true); } }); } } document.write('
已有 0 条跟帖(点击查看)
用户名: 注册
 
');