See also: fvToUppercase

Converts a fields alphabetic characters to lowercase.

Syntax

JSV_fvToLowercase(expO)

Prototype

n/a

Returns

The fvToLowercase does not return a value.

Parameters

The fvToLowercase function uses the following arguments.

Argument Description
expO The object.

Remarks

n/a

Dependencies

n/a

Example

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.

Value: