This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Attributions