Selects all the text displayed in the form element. Usually requires that the element have focus prior to invoking this method.
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
Creates a TextRange object containing the field's value text. See the TextRange object for details.
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
Returns the type of form Password control element. The value is returned in all lowercase letters.
The textLength convenience property (introduced with Netscape 6) returns the length of text entered into the text field. The value is same as the
Roughly speaking, the width in characters that the input box should be sized to accommodate. In practice, the browser does not always accurately pre
The selectionEnd and selectionStart properties are convenience properties introduced with Netscape 6. They allow scripts to get and set the end
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
This is the identifier associated with the form control contains current InputTypePassword element. The value of this property is submitted as one-hal
Specifies the maximum number of characters that may be typed into a password field input element. In practice, browsers beep or otherwise alert us
Returns a reference to the form element that contains the current InputTypePassword element (if any).
Indicates the default text for the password input element, as established by the value attribute.
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.
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