/*** *评论* ****/ var limitTime=null; function quotecomment(oo){ document.getElementById("comment_content").value=oo; document.getElementById("comment_content").focus(); } function limitComment(){ limitTime=limitTime-1; if(limitTime>0){ document.getElementById("comment_content").value='还剩'+limitTime+'秒,你才可以再发表评论'; document.getElementById("comment_content").disabled=true; document.getElementById("comment_submit").disabled=true; setTimeout("limitComment()",1000); }else if(limitTime==0){ document.getElementById("comment_content").value=''; document.getElementById("comment_content").disabled=false; document.getElementById("comment_submit").disabled=false; } } //旧版的需要用到 function postcomment(url,yzimgnum){ var yzimgstr=''; //if(yzimgnum=='1'){ if(document.getElementById("yzImgNum")!=null){ yzimgstr+="&yzimg="+ document.getElementById("yzImgNum").value; } if(document.getElementById("commentface")!=null){ yzimgstr+="&commentface="+ document.getElementById("commentface").value; } username4 = document.getElementById("comment_username").value; content4 = document.getElementById("comment_content").value; if(content4==''){ showerr("内容不能为空"); return false; } content4=content4.replace(/(\n)/g,"@@br@@"); //document.getElementById("comment_content").value=''; //document.getElementById("comment_content").disabled=true; limitTime=10; limitComment(); AJAX.get("comment",url + "&username=" + username4 + "&content=" + content4 + yzimgstr ,0); //if(yzimgnum=='1'){ if(document.getElementById("yzImgNum")!=null){ //document.getElementById("yz_Img").src; document.getElementById("yzImgNum").value=''; } } function showerr(msg){ alert(msg); } function getcomment(url){ AJAX.get("comment",url,1); } function ShowMenu_mmc(){ } function HideMenu_mmc(){ } function get_position(o){//取得坐标 var to=new Object(); to.left=to.right=to.top=to.bottom=0; var twidth=o.offsetWidth; var theight=o.offsetHeight; while(o!=document.body){ to.left+=o.offsetLeft; to.top+=o.offsetTop; o=o.offsetParent; } to.right=to.left+twidth; to.bottom=to.top+theight; return to; } /*** *在线操作* ****/ document.write('

关闭
'); var clickEdit={ tableid:null, init:function(){ oo=document.body.getElementsByTagName("A"); for(var i=0;i