Drop boxes

This program shows how to change an HTML image with an HTML drop box.

Programming Issues

The JavaScript code in this case is identical to our basic forms 3 example. The only difference is that a drop box list, rather than a list box, is used. We do this by removing the size attribute from the HTML option construction.

Demonstration

Flag

Source and Downloads