Any help is appreciated. Much Thanks!
Write a JavaScript that simulates an on-line order. Your html page looks like the follow Full Name: Member ID: – Select Size – You Choose size color: White O Silver O Red Blue Delivery Option Delivered to Home Delivered to Work Full Name: Member ID: You Choose – Select Size – – Select Size – Small Medium Lage X-Large XX-Large XXX-Large Silver Red Blue color: Delivered to Home Delivery Option: Delivered to Work Confirm Your Order! Reset A user types his/her fullname, member ID, selects the size of the shirt, chooses a color, and chooses delivery options. When user selects the size of the shirt, it displays sizes of shirts on the textbox below the selection box. The textbox should be read-only in this case. The only one delivery option can be chosen meaning that a user chooses only one checkbox, then the other checkbox should be unchecked. Full Name: Andrew Jung Member ID: 789TYR X-Large You Choose X-Large size color: White Silver o Red Blue Delivered to Home Delivery Option: Delivered to work Confirm Your Order! Reset Once a user presses the “Confirm Your Order!” button, It should display all information typed on the form in a table format. Your Order Name: Andrew Jung Member ID: 789YTR Size: X-Large Color: Red Delivery Option: Work Have a Nice Day! Show transcribed image text Write a JavaScript that simulates an on-line order. Your html page looks like the follow Full Name: Member ID: – Select Size – You Choose size color: White O Silver O Red Blue Delivery Option Delivered to Home Delivered to Work
Full Name: Member ID: You Choose – Select Size – – Select Size – Small Medium Lage X-Large XX-Large XXX-Large Silver Red Blue color: Delivered to Home Delivery Option: Delivered to Work Confirm Your Order! Reset
A user types his/her fullname, member ID, selects the size of the shirt, chooses a color, and chooses delivery options. When user selects the size of the shirt, it displays sizes of shirts on the textbox below the selection box. The textbox should be read-only in this case. The only one delivery option can be chosen meaning that a user chooses only one checkbox, then the other checkbox should be unchecked. Full Name: Andrew Jung Member ID: 789TYR X-Large You Choose X-Large size color: White Silver o Red Blue Delivered to Home Delivery Option: Delivered to work Confirm Your Order! Reset
Once a user presses the “Confirm Your Order!” button, It should display all information typed on the form in a table format. Your Order Name: Andrew Jung Member ID: 789YTR Size: X-Large Color: Red Delivery Option: Work Have a Nice Day!
Expert Answer
Answer to Write a JavaScript that simulates an on-line order. Your html page looks like the follow Full Name: Member ID: – Select …