Table of Contents

O4WGoToPage routine

Description

In mobile mode, moves to the mobile page specified in <pageName>; in desktop mode, “drops” the breadcrumb specified in <pageName>. The value in <pageNumber> is passed back to the host in the PAGENO parameter (which can then be accessed via O4WGetValue). The <triggerID>, if specified, is the ID of the element whose “click” event we wish to emulate. Any additional parameters (as specified in <addlParams>) are also passed back to the host.

Syntax

O4WGoToPage(<pageName>, <pageNumber>, <triggerID>, <addParams>)

Parameters

The function has the following parameters:

ParameterDescription
pageName
pageNumber
triggerID
addParams

See Also