⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 big_class.asp

📁 购物系统时尚版.强大的后台文章编辑器的功能
💻 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(bid,nums,p_nums)
'bid为传递过来的参数
'nums为要显示的商品总数量
'p_nums为每行显示的商品数
bid=my_request("bid",1)
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=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%></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>&gt;&gt;&gt;<a href="psort.asp">商品类别</a>&gt;&gt;&gt;<%=txt_big_class%></td>
		</tr>
	</table>
<table border="0" width="760" id="table3" cellspacing="0" cellpadding="0" style="border: 1px solid #81A3C0; padding: 1px">
						<tr>
							<td height="25" bgcolor="#D9E3EC" class="blank">
							&nbsp;『<%=txt_big_class%>-Products List』</td>
						</tr>
						<tr>
							<td valign="top">
							<%call list_promore(bid,40,5)%></td>
						</tr>
					</table>
</div>
<!--#include file="end.asp" -->
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -