Lab Assignment #2
Revised: 26 May 2005
"
Not everything that can be counted counts, and not everything that counts can be counted.
"
- Albert Einstein (1879-1955)
Requirements:
-
Using Javascript and a cascading style sheet, create a menu bar somewhere near the top
of your home page. Clicking on each of the menu items should take the user to a page in
your website. Note that this should be more than just a row of links. The menu should
look something like a conventional menu.
Add another menu item that exposes a dropdown list allowing the user to
select one of several background images to use with your home page.
-
Create a virtual directory on your machine, and place in it the ASP file described below.
Make sure that you can access it and it works as expected.
-
Create an ASP page that displays a listing of all the files in its virtual directory.
-
If you used Javascript (VBScript) in that page, create another that is identical except that you
will use VBScript (Javascript).