'defaultValue' Syntax and Note
Note:
Read-only property.
Returns the content of the element when the page is loaded.
Syntax:
document.getElementById("elementID").defaultValue
document.all.elementID.defaultValue // IE only
Related examples in the same category