Programming with HTML Forms
Programming with HTML Forms
by Andrew Davison ([email protected])
Abstract
The three stages in the design and implementation of a HTML forms-based application are described. Two examples are presented: the first illustrates the basics of forms programming, while the second is a medium size application for searching a text file for matching strings. Testing and user-logging are briefly discussed.
- Introduction
- Forms Programming in Three Stages
- Forms Syntax
- Document and Application Communication
- Example 1: The Echoer
- Example 2: The File Searcher
- A Note on Testing
- Logging
- Conclusions
Comments are welcome
Copyright 1996 Andrew Davison and
Created: Apr. 26, 1996
Revised: May 7, 1996
URL: https://webreference.com/htmlform/