Đang chuẩn bị liên kết để tải về tài liệu:
Dynamic Web Pages using JSP - Lab Deliverable 6

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

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 cart.jsp html o java.util.Vector v j ava.util.Vector session.getAttribute array if v null v new java.util.Vector String i null String submit request.getParameter submit if submit null submit if submit.equals add submit.equals v.addElement request.getParameter item ẳ o br Your cart Contains ol 9 o String items new String v.size v.copylnto items for int ix 1 ix items.length ix 9- o li out.print items ix ol if submit.equals remove String removeitem request.getParameter item if v.contains removeitem Session Management Ver 1.0 2005 Aptech Limited 1 v.removeElement removeitem else out.println element not found in vector br Your cart Contains ol 9 String items new String v.size v.copyInto items for int ix 1 ix items.length ix 9- li out.print items ix ol session.setAttribute 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 1.0 2005 Aptech Limited JSP and Struts Enter the code in Notepad and save the file as Cart.jsp in TOMCAT_HOME webapps session. The output of the program is as shown in Figure 12.1. Figure 12.1 Shopping cart page Session Management Ver 1.0 2005 Aptech Limited

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.