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

'type' Syntax and Note

Note:

Read-only property. 
Returns the type of input element. 


Value: textarea.

    
Syntax:
    
document.getElementById("textareaID").type
document.all.textareaID.type // IE only

    

      
      








Related examples in the same category

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