WDV321 Advanced Javascript
Dynamic Structure - Assignment
Use this page as the basis for your assignment. Given the drop down list
provided on this page please do the following things.
Create the content areas on the page.
-
Create a div that contains a new drop down list with at least four
common Complaints to a company.
-
Create a div that contains four Technical Problems displayed as a set of
checkboxes.
-
Create a div that contains four Product Issues displayed as a set of
radio buttons.
-
Use the display property to remove these content containers from the
page.
Based on the selection from the "Reason For Contact" dynamically
display the requested set of followup questions on the page using the
display property.
You are welcome to change the content, layout and style of this page as
desired.