'rows' Syntax and Note : rows 2 « Javascript Properties « JavaScript Reference

'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

    

      
      








Related examples in the same category

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