GetForm.html
A simple sample form that uses GET. Note that
this form and most others in the chapter assume that you have the EchoServer
(see Chapter 17) running
on port 8088 to echo back the results when you submit the form.
MultipartForm.html
A form that illustrates the use of the multipart/form-data
encoding type.
ButtonElement.html
A form that illustrates the use of the BUTTON element.
Does not work in Netscape 4 or earlier. Requires
Java-Logo.gif
to be in the images subdirectory of the directory in which
you install ButtonElement.html.
ImageMap.html
A form that illustrates the use of server-side image maps.
Requires
indonesia.gif
to be in the images subdirectory of the directory in which
you install ImageMap.html.
IsMap.html
A form that illustrates the use of the
alternate form of server-side image maps.
Requires
chip.gif
to be in the images subdirectory of the directory in which
you install IsMap.html.
Fieldset.html
A form that illustrates the use of the FIELDSET
and LEGEND elements. Does not work in Netscape 4 or earlier.
Tabindex.html
A form that illustrates the use of the TABINDEX attribute.
Does not work in Netscape 4 or earlier.