RemoveCurrentPageURL

Deletes the most recent URL from the active web browser's session history, then returns a value of True.

The current page's URL will be re-added to the session history each time a postback occurs, which means it will still be present at the completion of the postback that calls this function.

Syntax

RemoveCurrentPageURL( );

Output

The function will always return True.