pm_go_to_uplevel

Loads the upper-level URL to the currently active window frame in the browser. Also, allows to specify some actions to perform before URL is opened.

Syntax

pm_go_to_uplevel ($page, $onLoad)

Parameters

page

      A string value that specifies the page from which to go up. By default, the value is NULL (which means the current page).

onLoad

      A string value with the code in Javascript that will be executed before the URL is loaded. By default, the value is false.

Returns

Nothing.

Remarks

The page parameter can hold any HTML page identifier specified by the developer for use in a module.

A well-formed Javascript text held in the onLoad parameter should not contain double quotes.

Include: pm.php.