'value' Syntax and Note : value textarea « Javascript Properties « JavaScript Reference

'value' Syntax and Note

Note:

Read-only property. 
The element text.
    
Syntax:
    
document.getElementById("textareaID").value
document.all.textareaID.value // IE only

    

      
      








Related examples in the same category

1.'value' Example
2.'value' is applied to