Mega Code Archive
Categories
/
JavaScript Reference
/
Javascript Properties
RowSpan Syntax and Note
Note: Read and write property. Specifies the number of table rows that the cell should span. Syntax: document.getElementById("elementID").rowSpan = value document.all.elementID.rowSpan = value // IE only