标题:SESSION的定义
只看楼主
xjw8350296
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2008-3-22
 问题点数:0 回复次数:0 
SESSION的定义
Sub PutToShopBag( cpbm, ProductList )
If Len(ProductList) = 0 Then
ProductList = "'" & cpbm & "'"
ElseIf InStr( ProductList, cpbm ) <= 0 Then
ProductList = ProductList & ", '" & cpbm & "'"
End If
End Sub



ProductList = Session("ProductList")'SESSION没定义可以赋值吗?没包含文件
Products = Split(Request("cpbm"), ", ")
For I=0 To UBound(Products)
PutToShopBag Products(I), ProductList
Next
Session("ProductList") = ProductList
搜索更多相关主题的帖子: SESSION 定义 ProductList cpbm Sub 
2008-03-26 17:45



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-205523-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.029215 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved