Password.maxLength (Property)

The maximum length allowed for a password entry field.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyPassword.maxLength

This defines the maximum number of characters that can be entered into the password field. The browsers differ in how they handle this value. Some will warn the user with a beep or flash on the screen, others simply stop accepting keystrokes when this number of characters has been entered.

See also:Input.maxLength, TextCell.maxLength