Function proc(zpid)
sql4="select * from 得分基本情况 where 裁判员='"&Request("裁判员")&"' and 作品编号='"&zpid&"'"
set rs4=con3.Execute (sql4)
if rs4.EOF then
document.all.action.disabled="false"
else
document.all.action.disabled="true"
end if
End Function
Function proc(zpid)
sql4="select * from 得分基本情况 where 裁判员='"&Request("裁判员")&"' and 作品编号='"&zpid&"'"
set rs4=con3.Execute (sql4)
if rs4.EOF then
document.all.action.disabled="false"
else
document.all.action.disabled="true"
end if
End Function