649Chapter 27 (Make my own web site) .Table and List Objects Syntax Accessing
Saturday, October 27th, 2007649Chapter 27 .Table and List Objects Syntax Accessing TR element object properties and methods: (IE4+) [window.]document.all.elemID.property | method([parameters]) (IE4+) [window.]document.all.tableID.rows[i].property | method([parameters]) (IE4+) [window.]document.all.tableRowSectionID.rows[i].property | method([parameters]) (IE5+/NN6) [window.]document.getElementById( elemID ). property | method([parameters]) (IE5+/NN6) [window.]document.getElementById( tableID ).rows[i].property | method([parameters]) (IE5+/NN6) [window.]document.getElementById( tableRowSectionID ). rows[i].property | method([parameters]) NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility . . About this object Table rows are important objects within the complex nesting of table-related elements and objects. When a table represents server database data, one row usually equals one record. And, although you can employ scripting to add columns to a table, the more common table modifications are to add or delete rows hence the presence of the TABLE element object s insertRow() and deleteRow() methods. The primary job of the TR element is to act as a container for TD elements. All the cells in a row inherit some attributes and properties that you apply to that row. An array of cell objects is available for iteration via forloops. A TR element object, therefore, also has methods that insert and remove individual cells in that row. The number of columns in a row is determined by the number of TD elements or, more specifically, by the number of columns that the cells intend to span. One row can have four TD elements, while the next row can have only two TD elements each of which is defined to occupy two columns. The row of the table with the most TD elements and column reservations determines the column width for the entire table. Of the properties just listed, the ones related to border color are available in IE4+ only. In IE4+, the border is drawn around each cell of the row rather than the entire row. The HTML 4.0 specification (and the W3C DOM Level 2 specification by extension) does not recognize border colors for rows alone, nor are style sheet border rules inherited by the cell children of a row. However, you can define borders for individual cells or classes of cells. TR
You want to have a cheap webhost for your apache application, then check apache web hosting services.