Form 7 - Menus with SELECT and OPTION
Please answer all the following questions:
Select only one (1) city of business from the drop down menu:
Los Angeles
Glendale
Santa Monica
Burbank
Other
HTML:
<SELECT NAME="city">
<OPTION SELECTED>Los Angeles
<OPTION>Glendale
<OPTION>Santa Monica
<OPTION>Burbank
<OPTION>Other
</SELECT>
Select all the operating systems that you use. Scroll to see additional choices.
(Hold down
Control
to select or deselect items.)
Windows 3.1
Windows 95
DOS
UNIX
Macintosh
Other
HTML:
<SELECT NAME="os" MULTIPLE SIZE=3>
<OPTION>Windows 3.1
<OPTION SELECTED>Windows 95
<OPTION>DOS
<OPTION>UNIX
<OPTION>Macintosh
<OPTION>Other
</SELECT>
Press this button to SUBMIT the information.
Or press RESET to return to defaults.
HTML:
<INPUT TYPE="submit" VALUE="Submit">
<INPUT TYPE="reset" VALUE="Reset">