📄 xpmulu.asp
字号:
<!--#include file="conn_xp/xp.asp"-->
<!--#include file="conn_xp/shopxp.asp"-->
<html><head><title><%=webname%>--超级商品目录让您一目了然的选择</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="img_shopxp/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE2 {font-size: 14}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="xptop.asp"-->
<TABLE width=996 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD class=b vAlign=top align=left><table width="100%" height="49" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select shopxpbe_name,shopxpbe_id from shopxp_btype order by shopxpbe_idorder",conn,1,1
do while not rs.eof %>
<br><table width="100%" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><TABLE width=980 height="53" border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top width=4 height=4><IMG height=4
src="img_shopxp/xiao/new_line_004.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_008.gif height=4></TD>
<TD vAlign=top width=4 height=4><IMG height=4
src="img_shopxp/xiao/new_line_005.gif" width=4></TD>
</TR>
<TR>
<TD width="1" rowspan="2" background=img_shopxp/xiao/new_line_009.gif></TD>
<TD height="19">
<span class="STYLE2">
<%response.write "<br> <A href=xpCatalog_xpDesc.asp?action_key_order=big&shopxpbe_id="&rs("shopxpbe_id")&" class=top><b><font color=#FF3300>"&trim(rs("shopxpbe_name"))&"</font></b></a> <br>"%>
</span></TD>
<TD width="1" rowspan="2" background=img_shopxp/xiao/new_line_010.gif></TD>
</TR>
<TR>
<TD height="36"><table width="100%" height="36" border="0">
<% set rs2=server.CreateObject("adodb.recordset")
rs2.open "select shopxpse_name,shopxpse_id from shopxp_stype where shopxpbe_id="&rs("shopxpbe_id")&" order by shopxpse_idorder",conn,1,1
do while not rs2.eof%>
<tr>
<td height="26">
<%response.write " <A href=xpCatalog_xpsmall_Desc.asp?action_key_order=small&shopxpbe_id="&rs("shopxpbe_id")&"&shopxpse_id="&rs2("shopxpse_id")&"><b><font color=#0099cc>"&trim(rs2("shopxpse_name"))&":</font></b></A> " %> <% set rs5=server.CreateObject("adodb.recordset")
rs5.open "select xclass,id from shopxp_ztype where shopxpse_id="&rs2("shopxpse_id")&" order by id",conn,1,1
do while not rs5.eof
response.write "<A href=shopxpz_xpsmall_Desc.asp?action_key_order=small&shopxpbe_id="&rs("shopxpbe_id")&"&shopxpse_id="&rs2("shopxpse_id")&"&xclassid="&rs5("id")&"><font color=#000000>"&trim(rs5("xclass"))&"</font></A> <font color=#99999> | </font> "
rs5.movenext
loop
rs5.close
set rs5=nothing
response.write "<br>"%> </td>
<% rs2.movenext
loop
rs2.close
set rs2=nothing
response.write "<br>"%> </tr>
</table></TD>
</TR>
<TR>
<TD vAlign=top width=4 height=4><IMG height=4
src="img_shopxp/xiao/new_line_006.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_011.gif></TD>
<TD vAlign=top width=4 height=4><IMG height=4
src="img_shopxp/xiao/new_line_007.gif" width=4></TD>
</TR>
</TBODY>
</TABLE><br></td>
</tr>
</table>
<% rs.movenext
loop
rs.close
set rs=nothing%></td>
</tr>
</table>
<br>
</td>
</tr>
</table>
<!--#include file="copyright_shopxp.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -