XHTML and Forms Please use speaker notes for additional information!

Slides:



Advertisements
Similar presentations
Tables Tables provide a means of organising the layout of data
Advertisements

CGS 3175: Internet Applications (CSS – Page Layout) Page 1 © Mark Llewellyn CGS 3175: Internet Applications Fall 2008 Cascading Style Sheets – Page Layout.
Assignment submission Course Resource  There might be times when you want to send a document to your tutor for their comments, for example a draft of.
HTML and Forms Please use the speaker notes to receive the comments accompanying the slides!
Introductory XHTML pages Please use speaker notes for additional information!
DT211/3 Internet Application Development JSP: Processing User input.
Academic Year, Spring Semester Bilkent University - Faculty of Art, Design and Architecture Department of Communication and Design CS 153 Introduction.
XHTML II DIGITAL MEDIA: COMMUNICATION AND DESIGN F2007.
Lesson 7: Working with . 2 Concept 7.1 About is a fast and easy way to communicate to all places on the Internet You must have an .
B118 Web Programming Session #3 Introduction to XHTML February 16, 2004.
CS 142 Lecture Notes: HTMLSlide 1 Introduction There are several good reasons for taking CS142: Web Applications: ● You will learn a variety of interesting.
Chapter 10 Maintaining State Information Using Cookies.
XHTML Forms for Data Collection and Submission Chapter 5.
ECA 228 Internet/Intranet Design I Forms. ECA 228 Internet/Intranet Design I Forms forms are a way for a user to communicate with you – text fields –
Literature Direct The New Literature Fulfillment System “In by noon, out by noon.” Visit the web address above and save the.
Website Development & Management Introduction & Overview CIT Fall Instructor: John Seydel, Ph.D.
 2002 Prentice Hall. All rights reserved. JavaServer Pages.
HTML Forms What is a form.
 2001 Prentice Hall, Inc. All rights reserved. 1 Chapter 8 - JavaScript: Control Structures I Outline 8.1 Introduction 8.2 Algorithms 8.3 Pseudocode 8.4.
March UPS - Confidential Contacts Cathy Hammond Sr. Account Mgr Reyes GarciaCustomer Solutions Verna MolandesAdministrator.
HTML Structure Building a basic web page using notepad.
CSS in XHTML continued Please use speaker notes for additional information!
1 XHTML Forms A form is the mechanism to –Collect information from a browser user –Transmit collected information from a browser to a server HTML/XHTML.
Using images with XHTML Please use speaker notes for additional information!
Modifications to program Addda.cbl Please use speaker notes for additional information!
Introduction. Document Structure Overview  XML declaration (prolog)  Document type declaration  Root element (namespace)  Document header  Document.
Website Development & Management Creating Web Pages CIT Fall Instructor: John Seydel, Ph.D.
Forms. Forms Forms are used for e-commerce, online purchases, surveys, registrations, etc. Website using forms usually collect information and must use.
Hashim, Mike, Connor. It allows the user to combine a document with a data file to send form letters to many recipients. Each letter is personalized for.
Links in XHTML Please use speaker notes for additional information!
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
More on relational databases, including 1 to 1, 1 to many and many to many relationships Please use speaker notes for additional information!
XML, DTD, ENTITY Please see speaker notes for additional information!
Working with Forms. How Forms Work Forms let you build interactive Web pages that collect information from a user and process it on the Web server The.
XML and DTD Please you speaker notes for additional information!
 2001 Prentice Hall, Inc. All rights reserved. 1 Chapter 13 - Dynamic HTML: Object Model and Collections Outline 13.1 Introduction 13.2 Object Referencing.
Teach Yourself Windows 95 Module 4: Using Microsoft Exchange for Faxes and .
Frames in XHTML Please use speaker notes for additional information!
Planning your site/organization on the Web Please use speaker notes for additional information!
ITCS373: Internet Technology Lecture 5: More HTML.
1 Introduction to XHTML: Part 1 Outline Introduction Elements and Attributes Editing XHTML Common Elements W3C XHTML Validation Service Headers Linking.
HTML/XHTML Structure Building a basic web page using notepad.
Tables with XHTML Please use speaker notes for additional information!
FORMS. Forms are used to receive information from the web surfer, such as: their name, address, credit card, etc. Form fields are objects that allow.
1 JavaScript: Control Structures. 2 Control Structures Flowcharting JavaScript’s sequence structure.
List boxes, combo boxes etc. Please see speaker notes for additional information!
Chapter 10: JavaScript Functions CIS 275—Web Application Development for Business I.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
Web Page Design Forms! Website Design. Objectives What forms can do The Attributes of the form tag Using Textboxes Textareas Checkboxes Radio buttons.
HTML Forms Chapter 9 pp Basic Form Join our list Name:
CIS 375—Web App Dev II JavaScript I. 2 Introduction to DTD JavaScript is a scripting language developed by ________. A scripting language is a lightweight.
Chapter 7 - JavaScript: Introduction to Scripting Outline 7.1 Introduction 7.2 Simple Program: Printing a Line of Text in a Web Page 7.3 Another JavaScript.
Family Connection Collaborative Webs A Tool for Creating and Managing Web sites.
Functions (doing a calculation) Please use speaker notes for additional information!
ASP.NET – Active Server Pages ASP.NET is a server-side technology for developing web applications based on the.NET Framework.
Guide to Scientific Editor (SE) Journal of Mountain Science (JMS)
INTERNET APPLICATIONS CPIT405 Forms, Internal links, meta tags, search engine friendly websites.
XHTML Basics. What is XHTML? XHTML is newer than, but built upon, the original HTML (Hyper Text Markup Language) platform. XHTML has stricter rules and.
JavaScript: Control Structures I Outline 1 Introduction 2 Algorithms 3 Pseudocode 4 Control Structures 5 if Selection Structure 6 if/else Selection Structure.
 2001 Prentice Hall, Inc. All rights reserved. Outline 1 JavaScript.
ICT and Computing Department A Level ICT. ICT and Computing Department In today’s lesson Course structure What we expect from you Setting up a directory.
Using to Create Web Conference Professional Development
Journal of Mountain Science
Florida Gulf Coast University
Introduction to Web & HTML
Blackboard Upload Documents for Clinical Externship
JavaScript Form Validation
TaxSlayer Multi-Factor Authentication (MFA)
Yes, I want to be a Health Center advocate!
Presentation transcript:

XHTML and Forms Please use speaker notes for additional information!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Testing forms NAME: COURSE: Lotus Notes Internet User Advanced COBOL Database Programming MAJOR: Computer Information Systems Business Administration Other major Comments: ENTER COMMENTS HERE Introform.html The action for this form is to use the mailto to send it to a specific address.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Testing forms NAME: city: Fall River, MA New Bedford, MA Taunton, MA Fall River, MA New Bedford, MA Taunton, MA Fall River, MA New Bedford, MA Taunton, MA In this one, hold down SHIFT to make multiple choices that are adjacent and hold down the CONTROL to make other multiple choices.

Fall River, MA New Bedford, MA Taunton, MA COURSE: Lotus Notes Internet User Advanced COBOL Database Programming MAJOR: Computer Information Systems Business Administration Other major COMMENTS: COMMENTS

FORM sent using Web10.html and receipt from that form in my . Contents of received from form in left panel. name=Grocer course=CIS44 course=CIS51 major=CI comments=COMMENTS This is a test of a form!!!

Testing forms NAME: <INPUT TYPE="TEXT" NAME="name" SIZE="10" > COURSE: Lotus Notes Internet User Advanced COBOL Database Programming MAJOR: Computer Information Systems Business Administration Other major Comments: COMMENTS Web10.html

This is the output from web13.html that was sent. name=Priscilla Grocer city1=Fall River city2=New Bedford city3=Taunton city4=Fall River city4=New Bedford course=CIS44 course=CIS51 major=CI comments=COMMENTS Testing the form from Web13.html! Web13.html - output and receipt

Testing forms NAME: CITY: Fall River, MA New Bedford, MA Taunton, MA Fall River, MA New Bedford, MA Taunton, MA Fall River, MA New Bedford, MA Taunton, MA In this one, hold down SHIFT to make multiple choices that are adjacent and hold down the CONTROL to make other multiple choices. Fall River, MA New Bedford, MA Taunton, MA COURSE: Lotus Notes Internet User Advanced COBOL Database Programming Web13.html

MAJOR: Computer Information Systems Business Administration Other major Comments: COMMENTS