response.getOptionValue() (Method)

Returns the value of a the selected option items in a <SELECT> block.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:String primitive
JavaScript syntax:NESgetOptionValue()

Server-side access to the <OPTION> tag contents in a <SELECT> block is accomplished slightly differently in an NES server than in a Netscape Navigator browser. This is because the viewpoint is different as you look at the DOM. The DOM standard relates predominantly to how the document is modelled in the client.

See also:Netscape Enterprise Server, Option object, Select object