function init(){ } function button_over() { var ob=event.srcElement; if (ob.tagName!="BUTTON") { return; } ob.className="btnMouseOver"; } function button_out() { var ob=event.srcElement; if (ob.tagName!="BUTTON") { return; } ob.className="btnMouseOut"; } function modi_list() { var f=0; if(typeof(document.forms[0].primaryKey)=="undefined") return false; if(typeof(document.forms[0].primaryKey.length)=="undefined") { if(document.forms[0].primaryKey.checked==true) f=1; }else{ var len=document.forms[0].primaryKey.length; for(var i=0;i 0) return true; else return false; } function can_update() { var f=0; if(typeof(document.forms[0].primaryKey)=="undefined") return false; if(typeof(document.forms[0].primaryKey.length)=="undefined") { if(document.forms[0].primaryKey.checked==true) f=1; }else{ var len=document.forms[0].primaryKey.length; for(var i=0;i1){ alert("请选择一条记录修改"); return false; } }