Cases and places Assignment 3 description.

In this assignment you only need one page, cars.htm , that contains three objects: A drop down list box, an image object and a textarea object.

cars.htm should have a title and a header that identifies it and gives the user instructions as to how to use the page.

The user should be able to select a car from the list box and have the image object show a picture of the car and have the textarea object display information on that car.

Use two arrays to hold the picture names and the text for each car and assign the corresponding picture and text to the .src and .value properties of those objects based on the selectedIndex property of the list box.

If you wish, you may use another type of vehicle other than cars, such as bicyles, skateboards, etc as long as the program design is the same.

Download pictures from the internet for your program. Don't forget to initialize the image and texarea objects.