Prototypical HTML Forms

NOTE: Due to the software not yet being ported to our departments latest Web server, this demo is broken. I believe the code is correct though.

This document displays the various form gadgets currently supported.


Text Fields

Basic text entry field:

Text entry field with default value:

Text entry field of 40 characters:

Text entry field of 5 characters, maximum:

Password entry field (*'s are echoed):


Textareas

A 60x3 scrollable textarea:


Checkboxes

Here is a checkbox , and a checked checkbox .

Radio Buttons

Radio buttons (one-of-many selection):
  1. First choice.
  2. Second choice. (Default CHECKED.)
  3. Third choice.

Option Menus

One-of-many (Third Option selected by default):

Many-of-many (First and Third selected by default):

NOTE: Hold down CTRL and click to multiple-select in XMosaic.


Special Buttons

Submit button (mandatory):

Reset button (optional):


References

Heres a link to a handy HTML forms reference .


Prototypical HTML Form / dr.lee.naish@gmail.com