Name
password — NN 2 IE 3 DOM 1
Synopsis
The password
object is a form control generated with an INPUT
element whose TYPE attribute is set to
"password". This object is similar to the text
object, except that the characters typed into the text box by the
user are converted to asterisk or bullet symbols for privacy.
HTML Equivalent
<INPUT TYPE="password">
Object Model Reference
- NN
[window.]document.formName.elementName[window.]document.forms[i].elements[i]- IE
[window.]document.formName.elementName[window.]document.forms[i].elements[i][window.]document.all.elementID
Properties
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Collections/Arrays
|
|
|
|
Event Handler Properties
|
Handler |
NN |
IE |
DOM |
|---|---|---|---|
onblur |
2 |
3 |
n/a |
onchange |
2 |
3 |
n/a |
onclick |
n/a |
4 |
n/a |
ondblclick |
n/a |
4 |
n/a |
onfocus |
2 |
3 |
n/a |
onhelp |
n/a |
4 |
n/a |
onkeydown |
4 |
4 |
n/a |
onkeypress |
4 |
4 |
n/a |
onkeyup |
4 |
4 |
n/a |
onmousedown ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access