FORMs Lesson TBE 540. Prerequisites Before beginning this lesson, the learner must be able to… –Create basic web pages using a text editor and/or a web.

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.
23-Aug-14 HTML/XHTML Forms. 2 What are forms? is just another kind of XHTML/HTML tag Forms are used to create (rather primitive) GUIs on Web pages Usually.
24-Aug-14 HTML Forms. 2 What are forms? is just another kind of HTML tag HTML forms are used to create (rather primitive) GUIs on Web pages Usually the.
Hyperlink & Form Pertemuan 11 Matakuliah: L0182 / Web & Animation Design Tahun: 2008.
1 Introduction to HTML II อุทัย เซี่ยงเจ็น สำนักวิชาเทคโนโลยีสารสนเทศ และการสื่อสาร มหาวิทยาลัยนเรศวร พะเยา.
Lecture 14 HTML Forms CPE 401 / 601 Computer Network Systems slides are modified from Dave Hollinger.
CIS101 Introduction to Computing Week 08. Agenda Your questions JavaScript text Resume project HTML Project Six This week online Next class.
Creating a Form on a Web Page
Creating a Form with Selection Menus The SELECT control creates a selection menu This control only allows the visitor to choose pre-defined choices There.
JavaScript Forms Form Validation Cookies. What JavaScript can do  Control document appearance and content  Control the browser  Interact with user.
Supplement Creating Forms. Objectives Show how forms are used How to create the Form element HTML elements used for creating input fields.
How to Make a Web Page: A Crash Course in HTML programming.
JavaScript Forms Form Validation Cookies CGI Programs.
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.
Computing Concepts Advanced HTML: Tables and Forms.
Personal Independent Networking Project HTML Forms by Chris Smith.
Create a Form in Dreamweaver Go to: Introduction Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Introduction Goals Purpose Scope Prerequisites Install (if needed)
JavaScript Lesson 1 TBE 540. Prerequisites  Before beginning this lesson, the learner must be able to… Create a basic web page using a text editor and/or.
Forms. Form An HTML form is a section of a document containing normal content, special elements called controls (checkboxes, radio buttons, buttons, etc.),
Form Handling, Validation and Functions. Form Handling Forms are a graphical user interfaces (GUIs) that enables the interaction between users and servers.
Lesson 8 Creating Forms with JavaScript
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.
HTML Forms What is a form.
CO1552 Web Application Development HTML Forms. Websites can be made more interactive by providing facilities for users to provide data To get user entered.
HTML Forms/Events (Instructor Lesson) The Event model HTML Forms Custom Events 1.
Kevin Murphy Creating Forms Masters Project CS 490.
CSE 382/ETE 334 Internet and Web Technology Presented By Dr. Shazzad Hosain Asst. Prof. EECS, NSU.
1 Forms A form is the usual way that information is gotten from a browser to a server –HTML has tags to create a collection of objects that implement this.
© 2011 Delmar, Cengage Learning Chapter 9 Collecting Data with Forms.
HTML - Forms By Joaquin Vila, Ph.D.. Form Tag The FORM tag specifies a fill-out form within an HTML document. More than one fill-out form can be in a.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
Suzanne J. Sultan Javascript Lecture 2. Suzanne J. Sultan function What is a function> Types of functions:  Function with no parameters  Function with.
Section 17.1 Add an audio file using HTML Create a form using HTML Add text boxes using HTML Add radio buttons and check boxes using HTML Add a pull-down.
Activity 2 Building a survey form using Dreamweaver Procedure
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
 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.
1 © Netskills Quality Internet Training, University of Newcastle HTML Forms © Netskills, Quality Internet Training, University of Newcastle Netskills is.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit G Using Forms to Control Input.
ITCS373: Internet Technology Lecture 5: More HTML.
HTML and FORMS.  A form is an area that can contain form elements.  Form elements are elements that allow the user to enter information (like text fields,
HTML FORMS GET/POST METHODS. HTML FORMS HTML Forms HTML forms are used to pass data to a server. A form can contain input elements like text fields, checkboxes,
CHAPTER 7 Form & PHP. Introduction All of the following examples in this section will require two web pages. The first page retrieves information posted.
TJ 3043 – Web Application Development HTML Form. 2.0 Forms A form is the usual way to communicate information from a Web browser to a server HTML has.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
TJ 3043 – Web Application Development HTML Form. 2.0 Forms - A form is the usual way information is gotten from a browser to a server - HTML has tags.
Introduction To HTML Form Inputs Written By George Gimian.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Website Forms / Data Acquisition.
Starting BBEdit or Notepad and Opening the HTML File Start BBEdit or Notepad Select Open from the File Menu Open survey1.htm from the Public Folder.
©SoftMooreSlide 1 Introduction to HTML: Forms ©SoftMooreSlide 2 Forms Forms provide a simple mechanism for collecting user data and submitting it to.
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.
Netprog CGI and Forms1 CGI and Forms A detailed look at HTML forms.
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.
Week 10: HTML Forms HNDIT11062 – Web Development.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 6: Creating XHTML Forms Kelly.
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 FORM. Form HTML Forms are used to select different kinds of user input. HTML forms are used to pass data to a server. A form can contain input elements.
Lesson 5 Introduction to HTML Forms. Lesson 5 Forms A form is an area that can contain form elements. Form elements are elements that allow the user to.
FORMS Explained By: Jasdeep Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
Informatics Computer School CS114 Web Publishing HTML Lesson 4.
Creating and Processing Web Forms
Objectives Design a form Create a form Create text fields
>> More on HTML Forms
Creating Form Elements
Forms, cont’d.
Creating Forms on a Web Page
Presentation transcript:

FORMs Lesson TBE 540

Prerequisites Before beginning this lesson, the learner must be able to… –Create basic web pages using a text editor and/or a web page editor. –If using a web page editor, edit the HTML Source.

Objectives After completing all lesson-related activities, the learner will be able to… –Create a form and include it in a web page.

Forms Forms are used to add interactive elements to a web page. Forms allow you to put in buttons, pull- down menus and input fields for the user. Using JavaScript, you can customize actions for buttons, menus and input fields.

Form Tags All forms begin with and end with. The tag may contain a method (POST or GET) and an action. Here is a sample (information will be placed in a message (POST) sent to

Form Tags How does the information get into the message? Through buttons, menus and fields. Each type of input has a special tag. These tags specify the type of input (text field, button, text area, menu), the name of the input that comes in (e.g., “Firstname”), and sometimes the value (which button was pressed?)

Form Tags - Samples Radio button: Checkbox: Button: CLICK ME

Form Tags - Samples Text field/box: Text area: <TEXTAREA NAME=“MSG” ROWS=5>Enter Enter

Form Tags - Samples Pull-down menu: Old Young Never mind! Old Young Never mind!

Form Tags - Samples If the information is to be sent (i.e., the “action” will be taken), there will be a SUBMIT button. Sample tag: When clicked, the action described in the FORM tag will be initiated. Submit

Form Tags - Samples You may also want to have a RESET button Sample tag: When clicked, all the fields are cleared. Reset

Form Tags See O6.htm for specific examples. O6.htm Try the hands-on exercise called SAMPLEFORMS.HTM

Self Check True or false: FORMs in web pages are used only to fill out educational forms online. –True –False

Self Check True or false: FORMs in web pages are used only to fill out educational forms online. –True –False That’s one use, but there are many others

Self Check This type of form element is: –Radio Button –Checkbox –Button –Text box –Text area

Self Check This type of form element is: –Radio Button –Checkbox –Button –Text box –Text area

Self Check This type of form element is: –Radio Button –Checkbox –Button –Text box –Text area

Self Check This type of form element is: –Radio Button –Checkbox –Button –Text box –Text area

Self Check The FORM tags for a pull-down menu are: –MENU, OPTION –SELECT, OPTION –MENU, SELECT –MENU, SUBMIT

Self Check The FORM tags for a pull-down menu are: –MENU, OPTION –SELECT, OPTION –MENU, SELECT –MENU, SUBMIT

Self Check FORMs are usually placed in the ____ section. –HEAD –BODY

Self Check FORMs are usually placed in the ____ section. –HEAD –BODY

Self Check Which type of button clears all fields? –SUBMIT –RESET

Self Check Which type of button clears all fields? –SUBMIT –RESET