I am creating a webpage where I am displaying images and checkboxes for each image to be selected. What I want to do is when a user clicks on multiple checkboxes and moves to next page, the user should get the name as well as the image displayed on the next page, similar to that in e-commerce sites when a user selects multiple items and clicks on add to cart option and proceeds he/she gets the name of the item as well as the images displayed on the next page.
I found a similar question but the problem is I don't want to implement in php as I don't know it, is there any other way to proceed with servlets, jsp or javascript?