HTML DOM Password Object
Password Object
The Password object represents a password field in an HTML form.
For each <input type="password"> tag in an HTML form, a Password object is created.
You can access a password field by searching through the elements[] array of the form, or by using document.getElementById().
Password Object Properties
W3C: W3C Standard.
| Property |
Description |
W3C |
| alt |
Sets or returns an alternate text to display if a browser does not support password fields |
Yes |
| defaultValue |
Sets or returns the default value of a password field |
Yes |
| disabled |
Sets or returns whether or not a password field should be disabled |
Yes |
| form |
Returns a reference to the form that contains the password field |
Yes |
| maxLength |
Sets or returns the maximum number of characters in a password field |
Yes |
| name |
Sets or returns the name of a password field |
Yes |
| readOnly |
Sets or returns whether or not a password field should be read-only |
Yes |
| size |
Sets or returns the size of a password field |
Yes |
| type |
Returns the type of form element a password field is |
Yes |
| value |
Sets or returns the value of the value attribute of the password field |
Yes |
Password Object Methods
| Method |
Description |
W3C |
| select() |
Selects the text in a password field |
Yes |
Standard Properties, Methods, and Events
The Password object also supports the standard properties, methods, and events.
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4500 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|