Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask E-Commerce Expert

Lab Assignment

iLab Overview

Scenario/Summary

For this iLab, you will create the final page in your case study website. This will be an HTML form submission page.

Required Software

Dreamweaver

Access the software as you have done during previous iLabs. Steps 1-5

Use a personal copy or the free Adobe Creative Cloud subscription provided by DeVry.

Adobe Creative Cloud Subscription

Internet Explorer

Access the software at https://lab.devry.edu. Step: 5

Lab Steps

STEP 1: Use Save As to Create a New HTML File

Refer to the Site Structure Chart you created in the Week 2 You Decide assignment and select a page that would logically contain a form. The Contact Us page or a similar page would be a good choice. If you do not have such a page for some reason, decide on one to add to your website.

Start Dreamweaver. Open one of the pages in your existing website and use Save As to create a new file with the name of your selected form page. Remember to name it according to your site structure chart guidelines so that the links work. At this point, we do not care what is displayed in the workspace in the panel to the far right. The CSS Designer or the Files panel might be displayed but it doesn't matter.

Image Description

Any of your HTML files will work fine. In the example above, the file has been saved as RequestQuote.html. The title in the Property Inspector has been change to Request a Quote.

After you've saved the file, remove the body text and the h2 headings, if any. The text may be removed by selecting it and pressing the delete key on your keyboard. The tags, such as h2 and p, will remain. In the spaces where the tags exist, right click and select Remove Tag from the resulting menu.

Change the h1 heading to something appropriate for your site. In this example, you'll see a form that users can fill out to request a quote from Sunholm Solar. Position the cursor on a blank line below the heading so that you can insert the form into the appropriate location.

Image Description

From the menus at the top, select Insert, Form, Form.

Image Description

You will see a red outline placed on the page, representing the

tag set.

Image Description

STEP 2: Insert Textboxes

Make sure that your cursor has remained inside the area that has been outlined in red. From the menus at the top, select Insert, Form, Text.

Image Description

A text field will appear in the form area, and the Property Inspector will display the text field's properties.

Image Description

Add in an ID for your text field and a label (which is shown on the screen to the users). By naming convention, textboxes are named txt_ and then a unique name, such as fname to indicate that the user should enter his or her first name. Do not use any spaces. The label, on the other hand, is shown to the users on the screen and must be readable in plain English. Set the Size property and the Max Length property to 20. Click on the box next to Required.

Image Description

Click to the right of the textbox and then press Shift + Enter (that is, hold down the Shift key while pressing Enter) to go down to the next line. Repeat this process for as many plain textboxes as you need. Set the properties of each of them appropriately. You should have at least five textboxes.

STEP 3: Insert Radio Button Group

Click to the right of the last textbox you created, press Shift + Enter to move to a new line, and type a caption for a set of radio buttons. For example, you might type I would like a representative to contact me to prompt the user to select a time frame for being contacted.

Press Shift + Enter again to move to a new line, then use Insert, Form, Radio Group to add a group of radio buttons that will act in a coordinated way.

For each radio button, the Label property refers to what the user will see, and the Value property refers to what will be included as a value when the data are submitted. Initially, both are shown as radio for all buttons. Click on those values to change them. Additional radio buttons can be added to the group by clicking the + sign. Change the group name, RadioGroup1, to a meaningful name. Do not use spaces in the name, but you can use underscores. Click OK when you have completed the group.

Image Description

For this iLab, you must add at least two radio button groups, with at least three buttons each. Note that the name of the groups must be unique; they cannot match the names from other groups.

Image Description

STEP 4: Insert Submit and Reset Buttons

With the cursor at the end of the last radio group, press shift+enter again to move the cursor below the last radio group. Use Insert, Form, Button to add a Submit button. Add the Submit Button by going to the top menu and clicking Insert, Form, Submit Button.

Image Description

With the Submit Button selected, enter an appropriate Name for the Submit Button in the Property Inspector. Enter Submit for the Value and select the name of the form in which the Submit Button is contained, probably form 1, as the Form property.

Image Description

Repeat this step with appropriate variations to a Reset button to clear the form. Set the ID property to rstReset, and the value to Reset.

Image Description

STEP 5: Test, Zip, and Submit

Save your work and preview the page by pressing F12. Be sure to check to see if the data validation for the name textboxes works.Your page should look something like this.

Image Description

When the user clicks Submit, the form data don't go anywhere but the page tests the contents of the submission before passing it along.

Zip all of your website files, including all images, the CSS sheet, and any other contents of your site folder. Submit them to the Week 6 iLab Dropbox.

Submit your lab 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.

Attachment:- Lab_Assignment.rar

E-Commerce, Computer Science

  • Category:- E-Commerce
  • Reference No.:- M92328386

Have any Question?


Related Questions in E-Commerce

Research and discuss html 5what are its main featureswhat

Research and discuss HTML 5. What are its main features? What resources are available to support it? Put it in your own words please.

Mobile applications assignment - an ios recipe application

Mobile Applications Assignment - An iOS Recipe Application - Introduction - In this assignment, you will create a simple Recipe application for iOS using Xcode (Swift). This application allows users to view food recipes. ...

Assignment - creating dynamic websites and web-based

Assignment - CREATING DYNAMIC WEBSITES AND WEB-BASED APPLICATIONS - AN OVERVIEW This assignment is an overview of the concepts, technologies and design techniques required to build dynamic websites and web-based applicat ...

Overviewassignment 2 asked you to build the front end of

Overview Assignment 2 asked you to build the front end of the assignment, now the client wants you to build the full eCommerce website to the point that orders can be made and stored in a spreadsheet. Requirements 1. Web ...

Create testcase for given project first use piki design to

Create testcase for given project, first use piki design to do test case Want to do it like testcase one file and you can also get right information from saeed testcases Want to piki design all of it and informat like te ...

Purpose of the assessment with ulo mapping students are

Purpose of the assessment (with ULO Mapping) Students are required to design and develop four different Apps. Students will be able to: b. Apply Java programming concepts, models/architectures and patterns to Android app ...

Secure electronic commerce assignment -part a -based on

Secure Electronic Commerce Assignment - Part A - Based on your practices in labs, develop an online e-commerce (shopping) system using html, javascript and php. You can assume any products for sales. Please create a fold ...

Html - css assignments assignment 1 - internet programming

HTML - CSS Assignments Assignment 1 - Internet Programming   My grandfather, like many men who lived in rural America, owned a large machine shed where he stored tools, farm equipment, vehicles, lumber, and wonderful gad ...

Mobile web application development assignment - android

Mobile Web Application Development Assignment - Android Apps Development Purpose of the assessment - Students are required to design and develop four different Apps. Apply Java programming concepts, models/architectures ...

Assignment requirementsyour web site proposal and

Assignment Requirements Your web site proposal and presentation (Assignment 1) was accepted, subject to any feedback you may have received. You company has been asked to develop website you suggested and build the featur ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As