Using what you learned in weeks 1 to 4 create a web page


STEP 1: Create Web Page

Using what you learned in Weeks 1 to 4, create a Web page that includes the following.

  • A title for the online store-you make one up!
  • A subtitle that says "Complete Your Order"
  • The items that the user ordered
    • One kayak with rudder for $775.00
    • One 10 L dry bag for $15.00
    • Two helmets for $50.00 each
  • The total cost for the order

Feel free to add a layout, style, color, and graphics to the page as you see fit.

STEP 2: Add An HTML Form To The Page

  • The page must include a way for the user to enter his or her
    • name;
    • address (street, city, state/province, country);
    • phone number;
    • e-mail address;
    • preference for shipping or picking up the order;
    • credit card type (one of Visa, MasterCard, or American Express); and
    • credit card number.
  • There must also be a button to complete the order.

You should choose the appropriate form element for each input. For example, a textbox should be used for "name."

Create a simple HTML page with a Heading Level 1 that says "Thank You!" Save this as thanks.html.

Note: If this page was part of a real store, we would set the form action to a server script to handle the order. However, for the purpose of this lab, please set the form action to thanks.html. When a valid form is completed, the form will redirect to this page.

STEP 3: Add Unobtrusive Validation To The HTML Form

Include unobtrusive validation to the form. You must ensure that

  • name and address are not blank;
  • one of the ship or pick-up options is selected;
  • a credit card type is selected; and 
  • a credit card number is not blank.

If the form does not validate, notify the user and do not allow the form to submit.

STEP 4: iLab Submission

  • Create a folder called CIS363A_YourLastName_W5_Lab.
  • Put copies of each required deliverable into the new folder.
  • Right-click on the folder and select Send To -> Compressed (zipped) folder. You can also use other tools to compress the files into a single zip folder (e.g., 7-zip).
  • Upload the zip file to the Week 5 iLab Dropbox, located at the top of this page.

Submit your assignment to the Dropbox, located at the top of this page. For instructions on how to use the Dropbox, read these step-by-step instructions.

See the Syllabus section "Due Dates for Assignments & Exams" for due date information.

Request for Solution File

Ask an Expert for Answer!!
Operation Research: Using what you learned in weeks 1 to 4 create a web page
Reference No:- TGS01300758

Expected delivery within 24 Hours