function commentSubmit() { document.cform.action='http://blog.home.blogbus.com/front/5389/comments/5438457/item'; document.cform.target='_self'; document.cform.login.value='1'; document.cform.submit(); } function checkcmt(obj) { if (obj.content.value=='') { alert('评论内容为必填项'); document.getElementById('submit_comment').disabled=false; return false; } } $('#commentForm').html("

发表评论

登录后评论
您将收到博主的回复邮件
匿名评论
记住我
");