文件名称:PayMentDetail24
- 所属分类:
- ASP源码
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 2.31kb
- 下载次数:
- 0次
- 提 供 者:
- 金**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
<%@ LANGUAGE=\"VBscr ipt\" %>
<!--#include file=\"conn.asp\" -->
<%
Id=Session(\"LoginSuccess\")
ProductList = Session(\"ProductList\")
Products = Split(Request(\"cpbm\"), \", \")
For I=0 To UBound(Products)
PutToShopBag Products(I), ProductList
Next
Session(\"ProductList\") = ProductList
ProductList = Session(\"ProductList\")
If Len(ProductList) =0 Then
Response.Redirect \"Nothing.asp\"
response.end
end if
<!--#include file=\"conn.asp\" -->
<%
Id=Session(\"LoginSuccess\")
ProductList = Session(\"ProductList\")
Products = Split(Request(\"cpbm\"), \", \")
For I=0 To UBound(Products)
PutToShopBag Products(I), ProductList
Next
Session(\"ProductList\") = ProductList
ProductList = Session(\"ProductList\")
If Len(ProductList) =0 Then
Response.Redirect \"Nothing.asp\"
response.end
end if
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 35738601paymentdetail24.rar 列表 PayMentDetail24.asp