O4WSetHistory routine
Description
Sets the browser history to the specified data.
Syntax
O4WSetHistory(id, extraValues, title)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
id | The URL of the stylesheet to be used. | |
extraValues | Name/value pairs of URLs. | |
title | Text 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")