1. Design a Web page for the business function (e.g., ordering, human resources, courier service, inventory listing, etc.). The Web page will have at least the following HTML:
a.Three text box fields
b. One Checkbox
c. One set of radio buttons WITH NONE SELECTED
d. One SELECT box (with the first choice being a "Please choose..." text)
e. One, and only one, SUBMIT button
2. Then add JavaScript to perform some validation or error prevention on every field (except checkboxes) when the submit button is clicked.
a. DO NOT use an alert box to echo back the checkbox choices or radio button choices.
b. DO NOT print any message except errors.
c. DO NOT use more than one alert box for all the errors that occur.