Thank you for your order of widgets, .
At $, your bill will be $.
You will shortly recieve an email confirmation at .
Numeric Input Example Complex Input Elements • Checkboxes • Radio Buttons • Lists • Require more complex handling – Will truly complex handling in multipage servlet structures Example Result Checkbox HTML • Basic form: Camera Scanner 20 List JSP • Sent in form …name= value… to server – peripherals=Camera – peripherals=Printer – peripherals=Scanner • Can access value using: String peripherals = request.getParameter("peripherals"); 21 Multiple Selection Lists • Can allow user to select multiple options from list with MULTIPLE attribute