So lets say there are two html pages : page1.html and page 2.html.
In the page one there will be a list of food items displayed with a check box to each food item. The total bill will be displayed in the corner. When the user clicks the order button , The food items list that the user selected and the total amount should be sent to page2.html.
I can code upto the design and calculating the total of the items that the user selected.
But how do i send them to the page2?