<%'用与首页调用%> <%on error resume next%> <%set rs=conn.execute("select top 5 id,title,time,rootid,child,timeover,open,hit from match where rootid=0 order by id desc") %> <%do while not rs.eof%> document.write('
<%if rs("open")=0 then%>正在进行的比赛<%else%>进行完成的比赛或已关闭上传的比赛<%end if%>" title="<%=rs("title")%>(<%=rs("time")%>)" target="_blank"><%if len(rs("title"))>20 then%><%=left(rs("title"),20)%>...<%else%><%=rs("title")%><%end if%>(时间:<%=rs("time")%>至<%=rs("timeover")%>)
'); <%rs.movenext loop rs.close set rs=nothing%>