See also: fvToUppercase |
Converts a fields alphabetic characters to lowercase.
JSV_fvToLowercase(expO)
n/a
The fvToLowercase does not return a value.
The fvToLowercase function uses the following arguments.
Argument | Description |
expO | The object. |
n/a
n/a
The following lines of code
<FORM NAME="LowerForm">
<B>Value:</B>
<INPUT TYPE="Text" NAME="jack in the box" SIZE="16" MAXLENGTH="16" onBlur="JSV_fvToLowercase(this);">
<INPUT TYPE="Reset">
</FORM>
produce
Tab out of the Value field.
Copyright © 1998-2000 Roaring Fork Software. All rights reserved.