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