?? itemlist.asp
字號:
<!--#include file="db_conn.asp"-->
<!--#include file="comm/comm.asp"-->
<!--#include file="comm/pages.asp"-->
<!--#include file="comm/my_request.asp"-->
<!--#include file="comm/sub.asp"-->
<!--#include file="comm/counst.asp"-->
<!--begin TOP-->
<%
'說明 head(a,b,c)
'a為頁標題
'b為頁描述
'c為頁關鍵字
call head(r(26)&"-大類別列表",r(27),r(28))
bbid=cint(my_request("bids",1))
set rs=conn.execute ("select txt_big_class from big_class where id="&bbid)
bname=rs(0)
rs.close
set rs=nothing
flag=my_request("flag",1)
flagp=my_request("flagp",1)
select case flagp
case 4
ord="order by addtime desc"
case 5
ord="order by addtime asc"
case 6
ord="order by p_mmoney asc"
case 7
ord="order by p_mmoney desc"
case else
ord="order by addtime desc"
end select
%>
<!--end TOP-->
<div align="center">
<table border="0" width="760" cellpadding="0" style="border-collapse: collapse">
<tr>
<td width="182" valign="top" rowspan="2"><!--#include file="left.asp"--> </td>
<td width="15" valign="top" rowspan="2"> </td>
<td width="563" valign="top">
當前類別:<a href="index.asp">首頁</a> >> <a href=Itemlist.asp?bids=<%=bbid%>><%=bname%></a></td>
</tr>
<tr>
<td width="563" valign="top"><%
if flag=1 then
call item2(bbid,y81,"Itemlist.asp","")
elseif flag=2 then
call item(bbid,y82,x82,"Itemlist.asp","")
else
call item2(bbid,y81,"Itemlist.asp","")
end if
%></td>
</tr>
</table>
</div>
<!--begin end-->
<%call boot()%><!--end end-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -