Event handler for |
Text , Textarea
|
Implemented in | Navigator 2.0 |
onSelect="handlerText"
| JavaScript code or a call to a JavaScript function. |
type | Indicates the type of event. |
target | Indicates the object to which the event was originally sent. |
onSelect
in the valueField
Text
object to call the selectState
function.<INPUT TYPE="text" VALUE="" NAME="valueField" onSelect="selectState()">
For information about the event
object, see event
.
Last Updated: 10/31/97 16:34:02