Exercise Pulldown Menus as Links
Before you begin, go File...Save As this Wordpad document
to your Exercise Folder on your harddrive. Save as Firstname.LastName.exmenulink.htm.
Now, begin your work on your harddrive copy. Comment out each line or section of code using the /* (insert comments here) and */ symbols. See p. 14 for an example.
1. Create a script that takes the pulldown menu below and makes each menu choice an active link when you select it. The links will work if you code them properly. You need to adjust the form html code as well as create the script in the head portion of this document. Also, you must write another function that sets the menu back to the first choice (selectedIndex #0) everytime the page loads.
Save this html document into the Exercises Menu Link Folder on the server.
Do a File....Save As....Firstname.Lastname.exmenulink.htm an extra copy of your completed document into
the Exercises Menu Link folder on the server. Open up your exercise on the server in a browser to make sure it appears the way your want it.