document.write("'); document.write('
'); document.write('
网友评论 已有10条跟贴(点击查看)
'); document.write('
'); document.write('
漫域网友 2010-01-14 11:50:45
'); document.write('
爱动漫,上漫域!
'); document.write('
'); document.write('
'); document.write('
'); document.write(' '); document.write('
昵称: 匿名发表
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); function $a(id) { return document.getElementById(id); } function CommentSubmit(){ var link = "http://pl.comicyu.com/index.php/Comment/Add/a_id/" + infoid + "/type/" + mode; if ($a("comment_form").comment_content.value == '') { alert('请输入评论内容'); return false; } $a("comment_form").url.value = encodeURI(window.location); $a("comment_form").title.value = title; $a("comment_form").a_id.value = infoid; $a("comment_form").type.value = mode; $a("comment_form").action = link; $a("comment_form").submit(); return false; } function showNiming(obj) { var niming = document.getElementById('niming'); var tongxingzheng = document.getElementById('tongxingzheng'); if (obj.checked) { tongxingzheng.style.display = 'none'; niming.style.display = ''; } else { tongxingzheng.style.display = ''; niming.style.display = 'none'; } }