Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Rows Syntax and Note

Note: Read and write property.  Specifies the number of horizontal rows in the element.      Syntax:      document.getElementById("textareaID").rows = value document.all.textareaID.rows = value // IE only