|
|
|
|
|
PopupClosePage (Function) In french: PopupFermePage // Closes the page displayed as a popup PopupClosePage(PAGE_ProductDetails) Syntax
PopupClosePage([<Page> [, <Returned value>]])
<Page>: Optional page name Name of the page displayed as a popup that will be hidden. This page must have been displayed by PopupDisplayPage. Otherwise, PopupClosePage has no effect.
If the PopupClosePage function is used in the main page code, this parameter is mandatory: the name of the popup page to be closed must be specified.. If the PopupClosePage function is used in the code of the current page (displayed as a popup), this parameter is not mandatory: the current page is closed.. <Returned value>: Type corresponding to the returned value (optional)
Remarks Browsers do not refresh the display in the middle of Javascript code: functions PopupDisplayPage and PopupClosePage must be used in different processes/events.. If these functions are used in the same process/event, the Popup page is not displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|