Programming with HTML Forms / Three Stages
Forms Programming in Three Stages
Programming with HTML Forms
There are three basic stages to programming a forms-based document:
- Design the input form, and write the corresponding HTML document.
- Write the application program which interprets the data from the input form.
- Design the document which is generated by the program as the reply to the user. Usually, this document is written in HTML, but this is not mandatory.
Pictorially, these three stages are related as shown below:
Comments are welcome
Copyright 1996 Andrew Davison and
Created: Apr. 26, 1996
Revised: May 7, 1996
URL: https://webreference.com/htmlform/stages.html