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