[Contents] [Previous] [Next] [Index]

getOptionValueCount

Returns the number of options selected by the user in a 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


[Contents] [Previous] [Next] [Index]

Last Updated: 10/31/97 16:38:00


Copyright © 1997 Netscape Communications Corporation