puneetg123
August 24th, 2003, 10:01 AM
hi all,
i am maintaining an e-commerce project that involves checking for the quantity in stock before placing the order.
initially the quantity valivation (checking wether the qty order placed is in stock or not) was not provided in the code for cart.
due to some reasons i cannot provide the said validation in cart....so what i did is placed another asp file (checkqty.asp) just before cart.asp that checks the validation.
if the qty placed is ok then cart.asp is redirected otherwise not.
its working fine and the way i wanted...
but the problem is that... the back button of cart.asp is not working properly...
it again places the cart.asp page...
i have tried placing
Response.Expires=0
in checkqty.asp..
please suggest what can be done so that on clicking back button of cart.asp...we are directed to file before checkqty.asp.
regards,
puneet
:confused:
i am maintaining an e-commerce project that involves checking for the quantity in stock before placing the order.
initially the quantity valivation (checking wether the qty order placed is in stock or not) was not provided in the code for cart.
due to some reasons i cannot provide the said validation in cart....so what i did is placed another asp file (checkqty.asp) just before cart.asp that checks the validation.
if the qty placed is ok then cart.asp is redirected otherwise not.
its working fine and the way i wanted...
but the problem is that... the back button of cart.asp is not working properly...
it again places the cart.asp page...
i have tried placing
Response.Expires=0
in checkqty.asp..
please suggest what can be done so that on clicking back button of cart.asp...we are directed to file before checkqty.asp.
regards,
puneet
:confused: