📄 top.asp
字号:
<TABLE cellSpacing=0 cellPadding=0 width=760 border=0 align="center" style="border-collapse: collapse" background="images/top.gif">
<TR>
<TD width="100%"align=middle>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="70">
<param name="movie" value="images/top2.swf">
<param name="wmode" value="transparent">
<embed src="images/top2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="100"></embed>
</object></TD>
</TR>
</TABLE>
<TABLE height=23 cellSpacing=0 cellPadding=0 width=760 align=center border=0 background="images/menu.gif">
<TBODY>
<TR>
<TD width=45 height=23 >
<DIV class=style1 align=center>
<A href="index.asp"><font class="shadow">首页</font></A></DIV></TD>
<%rs.open"select top 10 * from class where parent=0 order by id desc",conn,1,1 '显示最新的10个项目
while not rs.eof %>
<TD width=77>
<DIV align=center><A href=showcls.asp?id=<%=rs("id")%>&parent=0>
<FONT class="shadow" background="images/menu.gif"><%=rs("clsname")%></FONT></A> </DIV></TD>
<%rs.movenext
wend
rs.close%>
</td></TR></TBODY></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -