Microsoft FrontPage 2003 Illustrated Complete Creating a Form.

Slides:



Advertisements
Similar presentations
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Advertisements

Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Dreamweaver Forms Overview. Forms – A Little Review Most user/webpage communication is one way, like this: Most user/webpage communication is one way,
CIS101 Introduction to Computing Week 08. Agenda Your questions JavaScript text Resume project HTML Project Six This week online Next class.
Supplement Creating Forms. Objectives Show how forms are used How to create the Form element HTML elements used for creating input fields.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
1 ADVANCED MICROSOFT POWERPOINT Lesson 5 – Using Advanced Text Features Microsoft Office 2003: Advanced.
Integrating Access with the Web and with Other Programs.
Creating Web Page Forms. Objectives Describe how Web forms can interact with a server-based program Insert a form into a Web page Create and format a.
Forms Review. 2 Using Forms tag  Contains the form elements on a web page  Container tag tag  Configures a variety of form elements including text.
Introduction To Form Builder
Figure 1. Hit analysis in 2002 of database-driven web applications Hits by Category in 2002 N = 73,873 Results Reporting 27% GME 26% Research 20% Bed Availability.
Creating Web Page Forms
Tutorial 6 Forms Section A - Working with Forms in JavaScript.
CST JavaScript Validating Form Data with JavaScript.
1 ADVANCED MICROSOFT WORD Lesson 15 – Creating Forms and Working with Web Documents Microsoft Office 2003: Advanced.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
MS FrontPage 2: Developing a web site for the Sunny Morning Products Yong Choi CSU Bakersfield.
4-Sep-15 HTML Forms Mrs. Goins Web Design Class. Parts of a Web Form A Form is an area that can contain Form Control/Elements. Each piece of information.
1 Creating Web Forms in HTML Web forms collect information from customers Web forms include different control elements including: –Input boxes –Selection.
Lesson 13: Building Web Forms Introduction to Adobe Dreamweaver CS6 Adobe Certified Associate: Web Communication using Adobe Dreamweaver CS6.
Chapter 5 Java Script And Forms JavaScript, Third Edition.
Chapter 6: Forms JavaScript - Introductory. Previewing the Product Registration Form.
XHTML Introductory1 Forms Chapter 7. XHTML Introductory2 Objectives In this chapter, you will: Study elements Learn about input fields Use the element.
Creating a Web Site to Gather Data and Conduct Research.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
MKTG 476 FRONTPAGE II Lars Perner, Instructor 1 FrontPage II File structure and references File structure and references Editing standard HTML files Editing.
Click your mouse to continue. Ways to Merge Data When you have finished editing your main document and inserting the merge fields, you have several choices.
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 7: Web Forms.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 6 1 Microsoft Office FrontPage 2003 Tutorial 6 – Publishing a Web Site.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
JavaScript, Fourth Edition Chapter 5 Validating Form Data with JavaScript.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Advanced FrontPage Forms, Page Templates and Wizards, Behaviors, CSS, DWT and Page Layout.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
Key Applications Module Lesson 21 — Access Essentials
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
Introduction to HTML Part 3 Chapter 2. Learning Outcomes Identify how to design frames. Explain frames’ attributes. Describe the method on designing forms.
Dreamweaver MX. 2 Overview of Templates n Forms enable you to collect data from ______. n A form contains ________ such as text fields, radio buttons,
Creating Web Page Forms. Introducing Web Forms Web forms collect information from users Web forms include different control elements including: –Input.
1 HTML Forms
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 7 – Creating and Using Templates in a Web.
1 HTML Forms
FrontPage Tutorial Part 2 Creating a Course Web Site.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
Project 6 Creating Forms on a Web Page. Objectives Define terms related to forms Describe the different form controls and their uses Use the tag Create.
Creating Web Page Forms COE 201- Computer Proficiency.
HTML Creating Forms on a Web Page. 2 Objectives  Discuss the process of creating a form  Distinguish between data input controls and text input controls.
Word 2007® Business and Personal Communication How can Microsoft Word 2007 help you work with others?
HTML Forms. A form is simply an area that can contain form fields. Form fields are objects that allow the visitor to enter information - for example text.
1 HTML Forms
Creating Forms on a Web Page. 2 Introduction  Forms allow Web developers to collect visitor feedback  Forms create an environment that invites people.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Microsoft FrontPage 2003 Illustrated Complete Creating a Frames Page.
1 HTML forms (cont.)
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
Web Forms. Web Forms: A form allows our web visitors to submit information to us. Some examples uses for forms are to let the web user contact us, fill.
HTML Structure II (Form) WEEK 2.2. Contents Table Form.
Ashima Wadhwa Java Script And Forms. Introduction Forms: –One of the most common Web page elements used with JavaScript –Typical forms you may encounter.
Microsoft FrontPage 2003 Illustrated Complete Creating a Web Site.
Chapter 5 Validating Form Data with JavaScript
Creating Forms on a Web Page
Presentation transcript:

Microsoft FrontPage 2003 Illustrated Complete Creating a Form

2Creating a FormUnit G  Understand forms  Open a Web page that contains a form  Add a text box and a text area  Add a drop-down box Objectives

3Creating a FormUnit G Objectives  Add an option button group  Add a check box  Set form properties  Create a search form

4Creating a FormUnit G Creating a Form  Forms provide a way for your site’s visitors to supply information or answer questions  After completing a form, the visitor submits it  Submitted forms are sent to a Web server, where the data is processed and stored

5Creating a FormUnit G Understanding Forms  A form in a Web page is similar to a paper form that you might use to register for a class, apply for a job, or order a product  A form field is a data-entry field in a form, such as a text box or an option button  A form handler is a program that collects and processes the data contained in a form

6Creating a FormUnit G Understanding Forms (cont.)  The collection of data entered into the form by the user and processed by a server is the form’s results  A form handler might store a form’s results in a file, an HTML document, or in a database, or send the results to an address  The server usually sends a confirmation page to the user via the browser from which the form was submitted

7Creating a FormUnit G Understanding Forms (cont.)  A confirmation page might include a copy of the form results so the user can verify its accuracy; other times it might only send a message indicating that the server received the form

8Creating a FormUnit G Understanding Forms (cont.)  A confirmation page

9Creating a FormUnit G Understanding Forms (cont.)  A form component is a container that stores all the form’s fields and other form content and identifies the part of the Web page that the server will process  You can create a variety of forms using FrontPage form templates and a wizard

10Creating a FormUnit G Understanding Forms (cont.)  Web page containing a form component

11Creating a FormUnit G Opening a Web Page That Contains a Form  If you use a template or wizard to create a form, the new page that you create will contain content and form fields that you can edit and format to match your needs  If you create a form from scratch by inserting a form component using the Form command on the Insert menu, it’s up to you to enter and insert all of the form’s fields and content

12Creating a FormUnit G Adding a Text Box and a Text Area  A text box accepts a single line of typed information  The initial width of a text box is 20 characters  A text area, also called a scrolling text box, has the same characteristics as a text box, except that it accepts multiple lines of data  The initial size of a text area is 20 characters wide and two lines high

13Creating a FormUnit G Adding a Text Box and a Text Area (cont.)  Text Box Properties dialog box

14Creating a FormUnit G Adding a Drop-Down Box  A drop-down box organizes choices in a list  A user can select the desired choice by clicking the list arrow that appears on the form field, then scrolling the choices as necessary and clicking the desired choice in the list  You can set the form field to display one or more choices or to accept one or more selections

15Creating a FormUnit G Adding a Drop-Down Box (cont.)  Drop-Down Box Properties dialog box

16Creating a FormUnit G Adding an Option Button Group  An option button, also called a radio button, usually appears in a group with other option buttons in a form  A group name identifies a related set of option buttons  Within a group of option buttons, a user can select only one option button at a time - selecting an option button deselects another selected option button

17Creating a FormUnit G Adding an Option Button Group (cont.)  Like other form fields, an option button is given an initial name until you rename it  An option button is also given a value, which indicates what to store in the results file when the button is selected  Option buttons are useful when you need to limit the form’s users to one of a few mutually exclusive choices

18Creating a FormUnit G Adding an Option Button Group (cont.)  Option Button Properties dialog box

19Creating a FormUnit G Adding a Check Box  A check box lets users indicate a yes/no response to a single question or statement  You can also use check boxes in groups so users can indicate a yes/no response to a group of related questions or statements that appear in a list  Selecting one check box in a check box group doesn’t deselect another check box  You can use check boxes when you want a user to select from a group of one or more independent and nonexclusive choices

20Creating a FormUnit G Adding a Check Box (cont.)  Check Box Properties dialog box

21Creating a FormUnit G Setting Form Properties  After creating a form component in a Web page, you need to set its properties so it will store the form results in the format that you need  You can store the form results in a(n): –Text file –HTML document –Database –Using a script that you create

22Creating a FormUnit G Setting Form Properties (cont.)  Form Properties dialog box

23Creating a FormUnit G Creating a Search Form  A search form contains a component that searches the Web site for text that the user specifies  The default settings for a search form create a single text box into which users can type their search text, along with two push buttons that let users submit the form (start the search) and clear the text box

24Creating a FormUnit G Creating a Search Form (cont.)  When you submit a search form to a server, the server searches the Web site for matching entries and displays a revised page that includes the search component and a result table

25Creating a FormUnit G Creating a Search Form (cont.)  Search form added to a Web page

26Creating a FormUnit G Summary  A form is a Web page that you use to submit information  A form field is a data-entry field in a form  A form handler is a program that collects and processes the data contained in a form

27Creating a FormUnit G Summary  If you use a template or wizard to create a form, the new page that you create will contain content and form fields that you can edit and format  If you create a form from scratch, it’s up to you to enter and insert all the form’s fields and content  In either case, you must enter text that helps users enter data in the form, create the form fields that will collect data, and specify a form handler to process the results

28Creating a FormUnit G Summary  You can add a text box, which accepts a single line of typed information  You can add a text area, which scrolls if a user enters more data than the text area can display  You can add a drop-down box, which organizes choices in a list

29Creating a FormUnit G Summary  You can add option buttons, which allow users to select only one option  You can add check boxes, which allow users to indicate a yes/no response to a single question or statement or a group of questions or statements

30Creating a FormUnit G Summary  After creating a form, you must set its properties  You can create search forms