Checks whether the specified page is currently displayed in the browser of Web user.
Used to find out whether a page is displayed in a frame other than the current one.
// Checks whether the "PAGE_Registration" page is displayed
PageExist(PAGE_Registration)
Syntax
<Result> = PageExist(<Page>)
<Result>: Boolean
- True if the page is currently displayed,
- False otherwise.
<Page>: Page name
Name of the page whose existence must be checked.
Remarks
To check whether a page is opened on the server, use
ContextExist.
Business / UI classification: UI Code