SELECT form element.
| Server-side function | |
| Implemented in | LiveWire 1.0 |
Syntax
getOptionValueCount(name)
Parameters
name |
Specified by the NAME attribute of the SELECT tag.
|
Description
The getOptionValueCount function is a top-level server-side JavaScript function not associated with any object.
Use this function with getOptionValue to process user input from SELECT form elements that allow multiple selections.
Examples
See the example for getOptionValue.
See also
getOptionValue
Last Updated: 10/31/97 16:38:00