See also: fvToLowercase

Converts a fields alphabetic characters to uppercase.

Syntax

JSV_fvToUppercase(expO)

Prototype

n/a

Returns

The fvToUppercase does not return a value.

Parameters

The fvToUppercase function uses the following arguments.

Argument Description
expO The object.

Remarks

n/a

Dependencies

n/a

Example

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.

Value: