📄 info_fenlei1.asp
字号:
<table width="177" height="157" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top" width="4" height="4"><img height="4"
src="img/xiao/new_line_004.gif" width="4" /></td>
<td background="img/xiao/new_line_008.gif" height="4"></td>
<td valign="top" width="4" height="4"><img height="4"
src="img/xiao/new_line_005.gif" width="4" /></td>
</tr>
<tr>
<td width="1" background="img/xiao/new_line_009.gif"></td>
<td
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 0px"
align="middle"><table width="174" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="63" valign="top"><%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from btype order by btype_idorder",conn,1,1
if rs.recordcount=0 then
response.write "暂无分类"
else
while not rs.eof
%>
<table cellspacing="0" cellpadding="0" width="174" border="0">
<tr>
<td width="27"><img height="19"
src="img/xiao/00_menu_ff.gif"
width="27" /></td>
<td width="151" height="24"><a href="Catalog_Desc.asp?action_key_order=big&btype_id=<%=rs("btype_id")%>"><font color="#3399cc"><%=rs("btype_name")%></font></a> </td>
</tr>
<tr>
<td colspan="2" height="3"><img height="3" src="img/xiao/00_menu_line.gif" width="174" /></td>
</tr>
</table>
<%
rs.movenext
wend
end if
rs.close
set rs=nothing
%>
</td>
</tr>
</table></td>
<td background="img/xiao/new_line_010.gif"> </td>
</tr>
<tr>
<td valign="top" width="4" height="4"><img height="4"
src="img/xiao/new_line_006.gif" width="4" /></td>
<td background="img/xiao/new_line_011.gif"></td>
<td valign="top" width="4" height="4"><img height="4"
src="img/xiao/new_line_007.gif" width="4" /></td>
</tr>
</tbody>
</table>
<table width="5" height="5" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -