call opendb()
rsopen sqlconn
do while not rseof
%>
<tr>
<td height="" align="left" bgcolor="#FFFFFF"><a href="displayasp?id=<%=rs("id")%>&table_s=hot_lm" target="_blank" class="prodcut"> <img src="index_files/dot_emailgif" width="" height="" border="" /> <%=rs("title")%></a></td>
<td height="" bgcolor="#FFFFFF"><%=rs("send_date")%></td>
<td height="" align="center" bgcolor="#FFFFFF">专题报道</td>
</tr>
<%rsmovenext
loop
else%>
<tr>
<td align="right">
<%responsewrite("暂时没有相关内容或你是非法进入!")%>
</td>
</tr>
</table>
<%
end if
call closedb()%>