Create a form as specified as follows. Create an HTML page with a form, for Pizza Hut that lets customers place orders over the Web that includes the following. a. name, street, city-state-zip fields as text fields. b. radio buttons for customers to select type of payment, either Visa, Mastercard, or Cash. c. checkboxes to let the customer select up to three toppings. Write JavaScript to count the number of toppings selected and create alter if the user selected more than three d. combo box for the customer to select a drink: Coke, 7Up, Sprite, Slice, etc. e. textbox shows the available delivery time (when focused, it prefills with 8:00 AM, 9:00AM, …, 5:00 PM with a data list) f. Text area that shows what the customer has been ordered and additional comments, such as delivery directions to your house. Write JavaScript to summarize the order, such as order time, shipping address, and its list of contents into the message box. Using HTML and JavaScript
Create a form as specified as follows. Create an HTML page with a form, for Pizza Hut that lets customers place orders over the Web that includes the following.
a. name, street, city-state-zip fields as text fields.
b. radio buttons for customers to select type of payment, either Visa, Mastercard, or Cash.
c. checkboxes to let the customer select up to three toppings. Write JavaScript to count the number of toppings selected and create alter if the user selected more than three
d. combo box for the customer to select a drink: Coke, 7Up, Sprite, Slice, etc.
e. textbox shows the available delivery time (when focused, it prefills with 8:00 AM, 9:00AM, …, 5:00 PM with a data list)
f. Text area that shows what the customer has been ordered and additional comments, such as delivery directions to your house. Write JavaScript to summarize the order, such as order time, shipping address, and its list of contents into the message box.
Using HTML and JavaScript
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images