?? class.asp
字號:
<!--#include file="Include/Iheeo_Conn.asp"-->
<!--#include file="Include/Iheeo_config.asp"-->
<html><head><title><%=webname%>--快速分類</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="Include/Iheeo_head.asp"-->
<TABLE cellSpacing=0 cellPadding=0 width=970 align=center border=0>
<TBODY>
<TR>
<TD class=b vAlign=top align=left><table width="970" align="center" border="0" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC">
<tr>
<td width="100%" valign="top" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" class="wenbenkuang">
<tr>
<td height="30"> <a href=index.asp><%=webname%></a> >> 全部分類</td>
</tr>
</table><br>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="wenbenkuang">
<tr>
<td><table border="0" width="100%" cellpadding="8"><%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * FROM BJX_class1 order by anclassidorder",conn,1,1
if rs.recordcount=0 then
response.write "<br>目前沒有商品分類"
else
while not rs.eof
%><tr><td height="35"><b><font color="#FF6600"><a href="Class_view.asp?lx=big&anid=<%=rs("anclassid")%>">
<font color="#FF6600" size="3"><%=rs("anclass")%></font></a></font></b><br><%
set rs_s=server.CreateObject("adodb.recordset")
rs_s.open "select * FROM BJX_class2 where anclassid="&rs("anclassid")&" order by nclassidorder",conn,1,1
if rs_s.recordcount=0 then
%>暫無小分類<%
else
i=0
while not rs_s.eof
%><a href="Class_view.asp?lx=small&anid=<%=rs("anclassid")%>&nid=<%=rs_s("nclassid")%>"><%=rs_s("nclass")%></a> <%
rs_s.movenext
wend
end if
%></td></tr><%
rs_s.close
set rs_s=nothing
rs.movenext
wend
end if
rs.close
set rs=nothing
%></table></td>
</tr>
</table></td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="Include/Iheeo_service.asp"-->
<!--#include file="Include/Iheeo_foot.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -