call opendb()
rs.open sql6,conn,1,1
do while not rs.eof
%>
<tr>
<td height="25" align="left" bgcolor="#FFFFFF"><a href="display.asp?id=<%=rs("id")%>&table_s=hot_lm" target="_blank" class="prodcut"> <img src="index_files/dot_email.gif" width="5" height="5" border="0" /> <%=rs("title")%></a></td>
<td height="25" bgcolor="#FFFFFF"><%=rs("send_date")%></td>
<td height="25" align="center" bgcolor="#FFFFFF">專題報道</td>
</tr>
<%rs.movenext
loop
else%>
<tr>
<td align="right">
<%response.write("暫時沒有相關內容,或你是非法進入!")%>
</td>
</tr>
</table>
<%
end if
call closedb()%>