javascript InputTypePassword select( )

Selects all the text displayed in the form element. Usually requires that the element have focus prior to invoking this method.

javascript InputTypePassword handleEvent[ ]

Instructs the object to accept and process the event whose specifications are passed as the parameter to the method. The object must have an event h

javascript InputTypePassword createTextRange( )

Creates a TextRange object containing the field's value text. See the TextRange object for details.

javascript InputTypePassword value

Indicates the current value associated with the form control that is submitted with the name/value pair for the element. All values are strings. Bro

javascript InputTypePassword type

Returns the type of form Password control element. The value is returned in all lowercase letters.

javascript InputTypePassword textLength

The textLength convenience property (introduced with Netscape 6) returns the length of text entered into the text field. The value is same as the

javascript InputTypePassword size

Roughly speaking, the width in characters that the input box should be sized to accommodate. In practice, the browser does not always accurately pre

javascript InputTypePassword selectionEnd, selectionStart

The selectionEnd and selectionStart properties are convenience properties introduced with Netscape 6. They allow scripts to get and set the end

javascript InputTypePassword readOnly

Specifies whether the form element can be edited on the page by the user. A form control whose readOnly property is true may still be modified b

javascript InputTypePassword name

This is the identifier associated with the form control contains current InputTypePassword element. The value of this property is submitted as one-hal

javascript InputTypePassword maxLength

Specifies the maximum number of characters that may be typed into a password field input element. In practice, browsers beep or otherwise alert us

javascript InputTypePassword form

Returns a reference to the form element that contains the current InputTypePassword element (if any).

javascript InputTypePassword defaultValue

Indicates the default text for the password input element, as established by the value attribute.

javascript InputTypePassword dataSrc

Used with IE data binding to specify the ID of the page's InputTypePassword object element that loads the data source object for remote data access.

javascript InputTypePassword dataFld

Used with IE data binding to associate a remote data source column name to a password object's value property. A datasrc attribute must also be