July 1998
Intermediate to advanced
1456 pages
65h 5m
English
defaultValue — NN 2 IE 3 DOM 1
Read-only
The default text for the password input element, as established by
the VALUE attribute.
var pwObj = document.forms[0].myPassword
if (pwObj.value != pwObj.defaultValue ) {
...
}Any string value.
None.
Read now
Unlock full access