Copyright 2004, Ken Abernethy and Tom Allen
This material is designed for the use with the text Exploring the Digital Domain, Second Edition. It is illegal to distribute, modify, or make any other commercial use of this material without the explicit permission of the copyright holders.
In this module, you will learn how to use HTML forms to collect input from a Web page user. You will learn to use all the standard HTML form elements: checkboxes, text entry boxes, pulldown menus, and radio buttons. In addition, you will learn much more about JavaScript (you should have a basic knowledge of JavaScript already). Specifically, you will use JavaScript to write scripts that provide tailored responses for data entered into HTML forms.
For example, you will learn how to: