This web page shows the use of JavaScript and the Form object. Make sure you view the source code. Note: There is 2 forms on this page.
JavaScript Objectives
Text Field (tags: input, type="text")
Password Field (tags: input, type="password")
Button (tags: input, type="button")
Text area Hello, Default info.
List Menu (Single Select) w/ Window size default to size="1" (tags: select & option) ---Select an Item--- Item #1 Item #2 Item #3 Item #4 Item #5
List Menu (Single Select) w/ Window size="3" (tags: select & option) ---Select an Item--- Item #1 Single Choice Item #2 Single Choice Item #3 Single Choice Item #4 Single Choice Item #5 Single Choice
List Menu (Multi Select) (tags: select & option) (Note: 2 Items in this example are selected as a default. CTRL-Left Click for multiple choices.) All Item 1 Item 2 Item 3 Item 4 Item 5
File Field
Check Boxes: (tags: input & type=checkbox ) Check Box #1 Check Box #2
Radio buttons: (tags: input & type="radio") Choice #1 Choice #2 Choice #3 Choice #4