<SELECT ...>
| Usage Recommendation |
use it |
NAME: name of this form elementMULTIPLE: allow more than one choiceSIZE: how many options to showREADONLY: don't let the user change the value of this fieldDISABLED: don't let the user do anything with this field |   |
LANGUAGE: scripting language to useonChange: what to do when a new option is selectedTABINDEX: tab orderonFocus: script to run when this field gets the focusonBlur: script to run when this field loses the focus |
A lot of people come to this page looking for information on drop down menues. You may want to see the
Drop Down Menu Tutorial.
|