?? gouwucheinfo.asp
字號:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" bgcolor="f1f1f1" background="images/menu_02.gif"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" height="70">
<%
if request.Cookies("bjx")("username")<>"" then
set rs=server.CreateObject("adodb.recordset")
rs.open "select count(*) as rec_count from BJX_action where username='"&request.Cookies("bjx")("username")&"' and zhuangtai=7",conn,1,1
rec_count=rs("rec_count")
rs.close
rs.open "select sum(zonger) as zongji from BJX_action where username='"&request.Cookies("bjx")("username")&"' and zhuangtai=7",conn,1,1
%>
<tr>
<td height="2" align=cneter></td>
</tr>
<tr>
<td height="20"> 您的購物車有<font color=red><%=rec_count%></font>件商品
</td>
</tr>
<tr>
<td height="20"> 總金額:<font color=red><%=rs("zongji")%></font>元
</td>
</tr>
<tr>
<td height="20"> <a href="buy.asp?action=show&lx=1" target=_blank>查看購物車/結帳>></a></td>
</tr>
<tr>
<td height="20"> <a href=user.asp?action=shoucang>我的收藏>></a></td>
</tr>
<%rs.close
set rs=nothing
else%>
<tr>
<td height="20">
您的購物車有<font color=red>0</font>件商品<br>
總金額:<font color=red>0</font>元
</td>
</tr>
<tr>
<td height="1"></td>
</tr>
<%end if%>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -