hello forums.
i have small problem im creating a simple page (no php ) just javascript and html.
i have order.html which has a list of items.
and then when you click the drop down menu it will automatically display the price of the item depending on the quantity on a textbox.
now i have form.htm
i have the values name,address,ammount.
now how can i pass the value of the textbox with the price to the form.htm so i can subtract them?
any help? thanks!