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