|
|
|
|
|
<Page>.ClosePopup (Function) In french: <Page>.FermePopup
PAGE_DétailsProduit.FermePopup()
Syntax <Page>: Page name Name of the page displayed as a popup that will be hidden. This page must have been displayed by <Page>.DisplayPopup. Otherwise, <Page>.ClosePopup has no effect.
Remarks Browsers don't refresh the display in the middle of Javascript code: functions <Page>.DisplayPopup and <Page>.ClosePopup must be used in different processes/events. If these functions are used in the same process/event, the Popup page is not displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|