Web design software - 650 Part III . Document Objects Reference Properties
650 Part III . Document Objects Reference Properties cells Value: Array of TD element objects Read-Only Compatibility NN2 NN3 NN4 NN6 . IE3/J1 IE3/J2 IE4 . IE5 . IE5.5 . The cells property returns an array (collection) of TD element objects nested inside the current TR object. The length property of this array indicates the number of actual TD elements in the row, which may not be the number of columns if one or more cells occupy multiple columns. Use the cells property in for loops to iterate through all cells within a row. Assuming your script has a reference to a single row, the loop should look like the following: for (var i = 0; i < rowRef.cells.length; i++) { oneCell = rowRef.cells[i] // more statements working with the cell } On the Example on the CD-ROM CD-ROM Related Items: TABLE.rows, TD.cellIndex properties. height Value: Integer or Length String Read/Write NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility . . IE4+ enables page authors to predefine a height for a table row; this attribute is echoed by the heightproperty. The value can be a number of pixels or a percentage length value. Note that this property does not reveal the rendered height of the row unless you explicitly set the attribute in the HTML. To get the actual height (in IE4+ and NN6+), use the offsetHeight property. You cannot adjust the height property to be smaller than the table normally renders the row. TR.height
If you are looking for cheap and quality webhost to host and run your website check Jboss Web Hosting services.