主题:[讨论]asp的session数组问题,总是自动加2
产品浏览页中的代码
<a href="webshop/car_session.asp?proid=<%=rs_view("id")%>"><img src="images/gwc2.jpg" width="98" height="29" border="0"></a>
连接过去后,
另一个页面的代码
Session("odCount") = int(Session("odCount")) + 1
Response.Redirect "orderlist.asp?ID=" & Session("odCount")
返回orderlist.asp页面后
For i=1 to Session("odCount")
next
Session("odCount")总是自动加2
不是一个一个的加总是两个的加
急,求救
<a href="webshop/car_session.asp?proid=<%=rs_view("id")%>"><img src="images/gwc2.jpg" width="98" height="29" border="0"></a>
连接过去后,
另一个页面的代码
Session("odCount") = int(Session("odCount")) + 1
Response.Redirect "orderlist.asp?ID=" & Session("odCount")
返回orderlist.asp页面后
For i=1 to Session("odCount")
next
Session("odCount")总是自动加2
不是一个一个的加总是两个的加
急,求救