Forms
Forms enable web pages to not only provide the person viewing the document with dynamic information, but also to obtain information from the person viewing it and process that information.  This chapter examines the steps required to build a form in HTML and direct the information to a script remotely. 

OBJECTIVES
Upon completing this section, you should be able to:

  1. Create a Form
  2. Add elements to a Form
  3. Configure the Form for Processing
  4. Understand the Client/Server Relationship
  5. Understand the CGI Script/Form Process