文件名称:OrderListFind22
- 所属分类:
- SCSI/ASPI
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 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
-< @ 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), ProductListNextSession ( ProductList ) = ProductListProductList = Session ( ProductList ) If Len (ProductList) = 0 Then Response. Redirect Nothing.asp response.endend 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
-< @ 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), ProductListNextSession ( ProductList ) = ProductListProductList = Session ( ProductList ) If Len (ProductList) = 0 Then Response. Redirect Nothing.asp response.endend if
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OrderListFind22.asp