Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

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