<%
str=session("products")
while(len(str)>1)
i=Instr(str,";")
pid=left(str,(i-1))
str=mid(str,(i+1),len(str))
quantity=Request.form(pid)
if(quantity<>"") then
Session(pid)=quantity
end if
wend
Response.redirect("addcart.asp")
%>
To see the working site,please
click here. Since the source code is
published ,Unless you make massive enhancements to the website,it
would not be considered for the final.