Assignment 5
Due Date: Day 7 of Week 5
40 points
For this last assignment you finally have the chance to add a form and a multimedia.You need to add 2 more files: Order and Multimedia.
- Create order.html. The form consists of 2 sections: The customer's info and the products that can be ordered.
So create a Web page to display a form with the following fields (for the email use name=email so that the data can be sent to that email. For the rest you can give any names.):
First Name Last Name Street Address City State Zip Telephone number EMail (use name=email) Credit card number (max length is 16) Select list for credit card type Credit card expiration date (format is mm/yyyy) Comment (use multi-line input)
For the products section, add the following: item description, unit price, and quantity (This field allows the user to enter the number for the quantity). List all the products or services that are offered.
At the end of the form, add a hidden field containing your email address as the value with name=myemail (so that you can receive an email about the order),the submit and reset buttons.
For all the fields, you set your own size and maximum length. For the comment field, you can set your own number of columns and rows.
I have created a script on the server to process the form. So you can use Post for the method and the following URL as an action for your form: http://voyager.deanza.edu/~hso/cgi-bin/formgeneric.cgi
You can test your form to see if it works. Just load the html file locally from your PC on a browser and click on the Submit button after entering all the information.
- Create multimedia.html. This page will show a video of your product demo or sale pitch.
- Update the navigation. Right now you have the navigation in 7 pages. Now you need to add the 2 links (to Products and What's New) to all 9 pages: index.html, sites.html, about.html, faq.html, contact.html, products.html and new.html. If you want to use images for the navigation, it's fine.
- Upload the 9 files to voyager.
You can use all the tags discussed up to Week 5. We do step by step, so do not use any tags that we have not learned yet.
Go to Catalyst to submit the lab.
I cannot grade if you don't submit it Catalyst.