previousPage
Method of dom/HTMLTableElementdom/HTMLTableElement
Syntax
var object = object.previousPage();
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 number of records displayed in the table is determined by the dataPageSize property of the table. You must set the dataPageSize when designing the page, or set the corresponding dataPageSize property at run time for this method to have an 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]