Table of Contents

O4WSetHistory routine

Description

Sets the browser history to the specified data.

Syntax

O4WSetHistory(id, extraValues, title)

Parameters

The function has the following parameters:

ParameterDescription
idThe URL of the stylesheet to be used.
extraValuesName/value pairs of URLs.
titleText to be appended to the browser's Title bar.

Remarks

When the user bookmarks a page and then returns to the bookmark, or pages forward or backward to this page, the user's commuter module will be called with the "HISTORY" event, passing in the specified ID as the control (ctlentid), along with any other string specified in the "extraValues" parameter (note that these should be specified as URL "name=value" pairs). The title value, if specified, will be suffixed to the current page title (for example, if the browser title was originally set to "Customer Inquiry", and the title parameter was "Re-entry Point", the browser title will be changed to "Customer Inquiry Re-Entry Point")