asp, store, retrieve form value from cookies?
halo there..i need some help in this problem.
i have a form for users to choose which product to order. inside this form , consists of 3 select drop down, every drop down will store the product id, priceid and promotionid. and then have another text box is to fill in the quantity. here have two button, one is calcualte the total amout of the product price * quantity and another button is Add..when the users click on the add button, it will go to the next page which will display the products info that the user has choose. if the user go back to the form page and choose another products, then the second page will add on one row for the new product choose and the total price = first product total price+the second product total price and so on.....in the second page have one Check out button, where..when the user click on it. all the product infor will insert into the database...may i know how to do the coding about this? how cna i use the cookies? can someone plz help me to start the coding? how to store the multiple value from the form in the cookies ?and then how can retireve each of it? plz help..i m poor on this..hope u all can give me some responses..plz..thank you.:(
|