1. Viết một chương trình để hiển thị một trang web mua sắm trực tuyến hàng với một trình đơn thả xuống. Các trang web sẽ có một nút để thêm một mục vào giỏ hàng, và nút khác để loại bỏ một mục khỏi giỏ hàng. Trang web sẽ hiển thị các thay đổi được thực hiện vào giỏ hàng. | Lab Deliverable 6 Session Management Part II 1. Write a program to display an online shopping cart Web page with a drop down menu. The Web page should have one button to add an item to the cart and another button to remove an item from the cart. The Web page should display the changes made to the cart. Solution The file used in this exercise is html o v j array if v null v new String i null String submit submit if submit null submit if add item ẳ o br Your cart Contains ol 9 o String items new String items for int ix 1 ix ix 9- o li items ix ol if remove String removeitem item if removeitem Session Management Ver 2005 Aptech Limited 1 removeitem else element not found in vector br Your cart Contains ol 9 String items new String items for int ix 1 ix ix 9- li items ix ol array v 9- font hr font size 3 form type POST BR Please Select the item to add or remove br Add Remove Item select name item option Floppy option CD option Keyboard select br br input type submit name submit value add input type submit name submit value remove form font html 2 Ver 2005 Aptech Limited JSP and Struts Enter the code in Notepad and save the file as in TOMCAT_HOME webapps session. The output of the program is as shown in Figure . Figure Shopping cart page Session Management Ver 2005 Aptech Limited