⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index_article.asp

📁 情缘天空美化版 v3.68 强大的公告
💻 ASP
字号:
<%sub index_article()
openarticle
sql="select top "&indexarticle&" art_id,cat_id,art_title,art_date,art_count from art order by art_date DESC"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
%>
<table width="554" border="0" height=22 align="center" cellpadding="0" cellspacing="0">
<tr><td height=30><img src=images/index_article.jpg border=0 width=554></td></tr>
</table>
<table width="100%" border="0" cellspacing="0" background=images/soft_bg.jpg cellpadding="1" align="center">
<%do while not rs.eof
sql="select cat_id,cat_name from cat where cat_id="&rs("cat_id")
set rscat=server.createobject("adodb.recordset")
rscat.open sql,conn,1,1%>
<tr>
<td width="6%" align="center"><img src="images/ico.png">
</td>
<td class="chinese" width="96%"><a href="showart.asp?art_id=<%=rs("art_id")%>&cat_id=<%=rs("cat_id")%>" title="========================================&#10;文章名称:<%=rs("art_title")%>&#10;发表时间:<%=rs("art_date")%>&#10;欢迎程度:已经被阅读<%=rs("art_count")%>次&#10;========================================" ><%=rs("art_title")%></a> &nbsp;[<a href="article.asp?cat_id=<%=rscat("cat_id")%>" ><%=rscat("cat_name")%></a>] <font color="#cccccc"><%=rs("art_date")%></font></td>
</tr>
<tr>
<td height="1" colspan="2" background="images/dotlineh.gif"></td>
</tr>
<%
rscat.close
set rscat=nothing
rs.movenext
loop
if rs.eof and rs.bof then
%>
<tr>
<td class="chinese" colspan="2">正在更新之中........</td>
</tr>
<%end if%>
<%if not rs.eof or not rs.bof then%>
<tr>
<td colspan="2" align="right" class="chinese"><font color=#dddddd>软件技巧&nbsp;大有可观…</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="article.asp"><img src="images/bottom.gif" border="0" alt="More Article"></a>
</td>
</tr>
<%end if%>
</table>
<%
rs.close
set rs=nothing
end sub
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -