July 1998
Intermediate to advanced
1456 pages
65h 5m
English
DATAPAGESIZE — NN n/a IE 4 HTML n/a
DATAPAGESIZE=”recordCount"Optional
Used with IE 4 data binding, this attribute advises the browser how
many instances of a table row must be rendered to accommodate the
number of data source records set by this attribute. A common
application is setting a table cell to display a text
INPUT element whose DATAFLD
attribute is bound to a particular column of the data source (the
DATASRC is set in the TABLE
element). If the DATAPAGESIZE attribute is set to
5, the browser must display five rows of the table (but the row is
specified in the HTML only once).
<TABLE DATASRC="#DBSRC3" DATAPAGESIZE=5"> <TR> <TD><INPUT TYPE="text" DATAFLD="stockNum"> <TD><INPUT TYPE="text" DATAFLD="qtyOnHand"> </TR> </TABLE>
Any positive integer.
None.
[window.]document.all.elementID.dataPageSize
Read now
Unlock full access