Return to CLIP Main Page
Next: Writing Form Handlers in
Up: Document: pillow_sl_imperial
Previous: Relating HTML code and
- A form is a standard HTML document (supported by all browsers) with
- ``fields'' which can be filled in (each has a name),
- a ``submit'' button,
- URL of CGI app. that will handle the input (the ``handler'')
- Operation (when hitting the ``submit'' button):
- We assume the URL of the handler is
http://www.xxx.yyy/handler.cgi.
- Handler URL and form data (input) are passed to server.
- Server starts handler and passes form data (via stdin or
standard file name) associating field
names to entered values.
- The handler produces the appropriate reply,
- which is passed back to the browser.
<herme@fi.upm.es>-< webmaster@clip.dia.fi.upm.es>
Last updated on Mon Mar 31 20:49:44 MET DST 1997