📄 small_class.asp
字号:
<%
dim key,toppath,dbpath
key="a1"
toppath=""
dbpath=""
%>
<!--#include file="db_conn.asp" -->
<!--#include file="include/shopsub.asp" -->
<!--#include file="my_lib/pages.asp" -->
<!--#include file="my_lib/my_request.asp" -->
<%
'函数说明call list_promore(sid,nums,p_nums)
'sid为传递过来的参数
'nums为要显示的商品总数量
'p_nums为每行显示的商品数
bid=my_request("bid",1)
sid=my_request("sid",1)
sqls="select txt_small_class from small_class where id="&sid
sql="select txt_big_class from big_class where id="&bid
set rs=conn.execute (sql)
txt_big_class=rs("txt_big_class")
rs.close
set rs=conn.execute (sqls)
txt_small_class=rs("txt_small_class")
rs.close
set rs=nothing
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet" type="text/css">
<title>商品小类-<%=txt_big_class%>-<%=txt_small_class%></title>
</head>
<body topmargin="1">
<!--#include file="top.asp" -->
<div align="center">
<table border="0" width="760" id="table3" cellspacing="0" cellpadding="0">
<tr>
<td height="25">当前位置:<a href="index.asp">首页</a>>>><a href="psort.asp">商品类别</a>>>><a href=big_class.asp?bid=<%=bid%>><%=txt_big_class%></a>>>><%=txt_small_class%></td>
</tr>
</table>
<table border="0" width="760" id="table5" cellspacing="0" cellpadding="0" style="border: 1px solid #FF9933; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px">
<tr>
<td height="25" bgcolor="#FFEEDD" class="blank"> 『<%=txt_small_class%>-Products List』</td>
</tr>
<tr>
<td valign="top"><%call list_small_promore(sid,40,5)%></td>
</tr>
</table>
</div>
<!--#include file="end.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -