Hi, I've problem on the coding to save form values and display on the next page (without database). The code shown here is inside "catalog.html"
Onclick image, the input will be saved and display on the next page i.e. "cart.html"
I don't need a database. Just temporary save like storing it in cookies.
So, how do I do that??
<tr id="m16d" class="submenu">
<td><form action="qty_form.asp">
Qty<input type="text" name="">
<img src="images/cartbtn.jpg" width="30" height="30" /></td>