news_index_inc.asp
来自「软件信息如下: 软件名称:郑州聚鑫打包带厂网站源代码免费版 软件版本:V」· ASP 代码 · 共 30 行
ASP
30 行
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td>
<%
CommandText="select top 8 * from news order by id desc"
set rs=Conn.execute (CommandText)
if rs.eof then
response.write""
else
%>
</td>
</tr> <%a=0
do while not rs.eof
a=a+1
%>
<tr>
<tr>
<td> <%=a%>. <a href=member/shownewsinfo.asp?id=<%=rs("id")%> onMouseDown="MM_openBrWindow('member/shownewsinfo.asp?id=<%=rs("id")%>','','width=600,height=400')"><%=rs("newstitle")%></a></td>
</tr> <%i=i+1
if i>15 then exit do
rs.movenext
loop
%>
<td align="right"><a href="member/shownews.asp">更多公司动态</a> </td>
</tr>
<%
end if%>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?