Gail W. Issen
Week 5 Assignment
This assignment was to create a form using Select Case to display an image based on what the user selected. I have tried to create the form using three different constructs:
-
work1.asp — This version uses the Select Case construct.
- work2.asp — This version uses a series of If .. Then .. End If statements.
- work3.asp — This version uses an If .. Else If ... Else construct.
- work4.asp— This version illustrates an elegant solution shown us by our instructor in class.