CSPP552: Web Programming, Forms part 1
What is a form and, what are they used for?
The expurgated edition
- Users enter data with forms
- Input transmitted to server on new page access (called an ``action'')
- Presumably, the server sends a new page back (a server module or CGI- next
lecture)
- Several types of forms (listbox, text, radiobutton, ..)
- Use normal HTML tags
- Input can be read and modified with Javascript
Next