<%'用与首页调用%> <%on error resume next%> <%set rs=conn.execute("select top 8 id,title,time from news order by id desc") %> <%do while not rs.eof%> document.write('
<%if rs("time")=date() then%>今天的新闻<%else%><%end if%>" title="<%=rs("title")%>(<%=rs("time")%>)" target="_blank"><%if len(rs("title"))>30 then%><%=left(rs("title"),30)%>...<%else%><%=rs("title")%><%end if%>(<%=rs("time")%>)
'); <%rs.movenext loop rs.close set rs=nothing%>