Welcome to ITM Web100 Training Program

The Password Widget

The Password Widget

It is important to know that this field does not offer any form of real security. The value typed in to the password widget is still sent over the internet as unencrypted plain text. The only security this widget offers is the security of preventing an office worker from looking over your shoulder.

Attribute Description
TYPE Specifies the type of interface widget. For a password widget, you use "PASSWORD"
NAME Specifies the variable name associated with this widget
VALUE Specifies initial default text which should appear in the password field
MAXLENGTH Specifies the maximum number of characters allowed to be input into the widget
SIZE Specifies the width of the field

The VALUE Attribute

The MAXLENGTH Attribute

The SIZE Attribute