Javascript Reference
Form Elements > SELECT
javascript SELECT tabIndex
This is a number that indicates the sequence of this SELECT element within the tabbing order of all focusable elements in the document.
javascript SELECT type
Returns the type of form control element. A select object has two possible values, depending on whether the element is set to be a multiple-choice
javascript SELECT value
This is the current value associated with the form control that is submitted with the name/value pair for the element. All values are strings, but the
javascript SELECT add( )
Adds a new option element to the current select element. Unfortunately, IE and Netscape 6 don't agree on the parameter values for this method.
javascript SELECT item( )
Returns a single nested option object or collection of nested option objects corresponding to the element matching the index value (or, optional
javascript SELECT namedItem( )
Returns a single nested option object or collection of nested option objects corresponding to the element matching the parameter string value.
javascript SELECT remove( )
Deletes an option element from the current select element at the zero-based index position signified by the parameter value. In lieu of setting
< 16-22 / 22

Powered by Linode.