AddPageHistory

Adds a specified URL to the top of the active web browser's session history. If the URL already exists in the browser's history, it will be removed from its current position as part of this process.

Syntax

AddPageHistory( PageURL );

Parameters

Parameter Name Type Description Optional? Default Value
PageURL String The URL to be added to the of the current browser history. No n/a

Output

If successful, the function will return True; otherwise, it will return False.