firstPage
Method of dom/HTMLTableElementdom/HTMLTableElement
Syntax
var object = object.firstPage();
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Notes
Remarks
The dataPageSize property of the table determines the number of records displayed. You must set the DATAPAGESIZE attribute when designing the document, or set the corresponding dataPageSize property at run time for this method to have any effect. Note You do not need to check for boundary conditions.
Syntax
Standards information
There are no standards that apply here.
See also
Related pages
- tabletable
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]