ICS
225 Web Design and Implementation
Fall
2004
Lab 6: Arrays
Create a
directory called Lab6 and place all the parts of this lab in the directory.
For each
file, put the name of the file, your name and a brief description of the
purpose of the page in comments at the top of the page.
Part I. Using
a Web Page Creation Tool
Use
FrontPage, Dreamweaver or some other web page
creation tool to create four to six simple web pages. At a minimum, one of the web pages must
contain your name. Another must contain
a table. Another should contain a form. These should be new pages, not
existing ones so that you practice using FrontPage.
Visit http://www.electricteacher.com/tutorial2.htm
for tutorial assistance if you need help learning how to use FrontPage.
Visit http://www.iboost.com/build/software/dw/tutorial/786.htm
for tutorial assistance if you need help learning how to use DreamWeaver.
Part II. Using
arrays
Adapt the
program from page 73 of your textbook to display your web pages in random
order. Randomly display the web pages
you created in Part I.
Part III.
Parallel Arrays
Adapt the
program from page 80 of your textbook to allow you to select one of your web
pages from a drop down menu. Display the
selected web page in a separate pop up window.
Select from the web pages you created in Part I.
Part IV.
Finishing Up
Upload your
pages to the class server and test to be sure nothing broke.